Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let spaceship = {
- 'Fuel Type' : 'Turbo Fuel',
- homePlanet : 'Earth',
- color: 'silver',
- 'Secret Mission' : 'Discover life outside of Earth.'
- };
- spaceship.color = 'glorious gold';
- spaceship.numEngines = 7;
- delete spaceship['Secret Mission'];
Advertisement
Add Comment
Please, Sign In to add comment