Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const guitar = {};
- const piano = new Object();
- const cellos = [];
- const trumpets = new Array();
- function strum() {}
- const shred = () => {};
- const throwAtThePublic = new Function();
- function Musician() {}
- const steveMorse = new Musician();
Advertisement
Add Comment
Please, Sign In to add comment