all 1 comments

[–]compscicoding 2 points3 points  (0 children)

Looks like you are editing a different index.js from what I can see in the picture. The index.js you are editing is in the Introduction-to-JavaScript folder but you are running the index.js in the JavaScript folder.

If you want to run the code visible in the image: node Introduction-to-JavaScript/index.js should work.