Code Block

12/27/2024
All Articles Edit

Some Code

const name = "Atharv Sathe";
console.log(name);

This block of code prints my name on the console.