Javascript Code 3
The comments in the code explain it all // alert("hello world"); // console.log(1);//a function we can use to log out vaues to the console. //a way to create variables is by using "let" let age = 25; console.log(age); let year = 2021 // u can use ...




