JavaScript Revision Part 01
How to print output on the screen We use console.log(" ") to print anything in JavaScript To print the value of a variable we use`as a console. log(This is a ${variable}`) How to give user input in JavaScript We use prompt() How to add Comments in J...
Oct 18, 20223 min read15
