javascript-in-one-pic
javascript-in-one-pic copied to clipboard
Learn javascript in one picture.
the example code for `array.reduce` can't get the expected result. in order to get the expected result 0, the second line should change `+` to `-` . ``` [55, 44,...
## ignore this pull request
Please except it sir/mam it's for hacktoberfest.🙏🏻
Add comma operator. https://tc39.es/ecma262/#sec-comma-operator https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comma_Operator
Going through the link do see the pic in chrome web browser. 
Let say others want to add different languages, so the directory `js in one pic.mindnode` should be updated to reflect the change. I suggest like this: ``` [LANG] | |---project-js-in-one-pic.mindnode...
Is the Math object not a standard? I believe it's in most JS environments, at least browser wise.