how to write javascript notes code example
Example: how to write notes in js
//this is a comment of one sentence. you dont have to close it
window.alert("hello");
/*this is a comment that lasts until it closes
you can try it!!*/
window.alert("Hi");