Fri Jul 09 2021 17:31:07 GMT+0000 (Coordinated Universal Time)
Saved by @buildadev
var names = ["John", "Paul" , "Erica"]; names.push("Seon"); console.log(names);
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments