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