nodeschool / discussions

:school::speech_balloon: need help with nodeschool? or just wanna ask a question? open an issue on this repo!
489 stars 107 forks source link

Javscripting Ex 4 #2633

Open habeshongo opened 1 year ago

habeshongo commented 1 year ago

Notes

I am trying to complete javascripting exercise 4 - calculating string lengths.

For some reason terminal does not understand the command const or . length. Whenever I try to use either, I get an error.

image

image

ghost commented 1 year ago

You need to type:

touch string-length.js

As the instructions say, and then open the 'string-length.js' and add those lines. You are inputting javascript into the terminal, that won't work.