DEV Community

KoichiArai
KoichiArai

Posted on

Day2 of 100DaysOfJavaScript

My objective is to continuous coding(learning).

What I did

What I learned

var WIL1 = "How" + "to" + sum + "Strings";
var WIL2 = ["How", "to", "operate", "array."]; 
WIL2.push(".push() and .shift()"); 
WIL2.shift();
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
thaisavieira profile image
Thaísa Vieira

Hello, KoichiArai! Have a great journey learning JS. Also, I'd like to add that Fortran was my first language too

Collapse
 
yeesterplus profile image
Ashton(tripple blocked, owns illendo)

you will need console.log(/*value*/)