Learning JS Course @Sololearn - Day26
Today #day26 of #100daysofcode, I have completed module-2 and code project and lesson 1 of module-3 and a practice program in JS. @Sololearn
String operators
JavaScript adds numbers from left to right
Example:
document.write(11+12+"33"); //11+12 &...
dheerajy1.hashnode.dev1 min read