DEV Community

Cover image for The first code in JavaScript
Mirsoli Mirzaahmad õğli
Mirsoli Mirzaahmad õğli

Posted on

1 1

The first code in JavaScript

let hi = "Hello World";
console.log(hi);
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay