Lecture: Javascript is Easy (video)

From the video I just watched, I copied detail by detail everything that the two guys wrote on the whiteboard into my Google Chrome developer console but couldn’t manage to ‘close’ the ‘bag’ with the } at the end after pressing ‘return’ before a syntax error occurred.

Neil = {
** Name: “Neil”**
** Age: 46**

Why is this?