smks / nobot-examples

Nobot Examples for the book Automation with Node.js
https://medium.com/dailyjs/how-i-automated-my-job-with-node-js-94bf4e423017
Apache License 2.0
52 stars 185 forks source link

Part 1 - 001 Arguments my-node-script.js example #11

Open JaimeStill opened 6 years ago

JaimeStill commented 6 years ago

In the section comparing bash arguments to node arguments, 'Fred Flintstone' is passed to my-node-script.js. In the script definition, the comments demonstrate the third argument to be 'Shaun' rather than 'Fred Flintstone'.

I know it's nitpicky, but thought it should be brought to your attention as it may be confusing to others.

smks commented 6 years ago

Thanks Jaime!! I will look into it