javascript-in-one-pic icon indicating copy to clipboard operation
javascript-in-one-pic copied to clipboard

Learn javascript in one picture.

Results 17 javascript-in-one-pic issues
Sort by recently updated
recently updated
newest added

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

Will you be adding new ES6 features? Particularly **let** and **const**?

TODO

Going through the link do see the pic in chrome web browser. ![image](https://cloud.githubusercontent.com/assets/10773353/23557062/bc5be934-0054-11e7-9ef3-b254c22180d0.png)

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.