domenic / count-to-6

An intro to some ES6 features via a set of self-guided workshops.
Other
325 stars 76 forks source link

Excercise #2 - error #47

Open ptantono opened 5 years ago

ptantono commented 5 years ago

I checked my syntax and even checked it with online es6 compiler and it worked. However when I am reading process.argv[2] it prints one of the following values "ECMA" "ES6" , etc. Which is really awkward because I did call the "run program.js somestringliteral" So it should parse argv[2] as somestring literal.