nobot-examples
nobot-examples copied to clipboard
Part 1 - 001 Arguments my-node-script.js example
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.
Thanks Jaime!! I will look into it