My objective is to continuous coding(learning).
What I did
- Continued to watch the video Learn JavaScript
What I learned
var WIL1 = "How" + "to" + sum + "Strings";
var WIL2 = ["How", "to", "operate", "array."];
WIL2.push(".push() and .shift()");
WIL2.shift();
Top comments (2)
Hello, KoichiArai! Have a great journey learning JS. Also, I'd like to add that Fortran was my first language too
you will need
console.log(/*value*/)