Thu Jul 08 2021 19:50:48 GMT+0000 (Coordinated Universal Time)
Saved by @buildadev
var s1 = "Hello"; var s2 = "How are ypu?" var res1 = s1 + "" +s2; var res2 = s1.concat(" ",s2);
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments