DEV Community

The Vik
The Vik

Posted on

 

How to print in JavaScript

So as in python you use print("Hello World") in c++ you use cout << "Hello World" but in JavaScript you have to use console.log("Hello World")
EASY

Join my discord server and talk with many programmers in there
- First 25 people to join will get special role

Oldest comments (0)

Visualizing Promises and Async/Await 🤯

async await

☝️ Check out this all-time classic DEV post