All the functions, methods etc | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

All the functions, methods etc

I learn js. In C/C++ we include a header file with all the functions we need. If you need to know how function works you can always look at "pure" description of it in header file. But I don't understand how it works in js. And can you give me a link to some documentation of basic functions? (I mean such as slice, splice, reduce, map etc) UPD. I meant pure CODE of it, not description

23rd Jul 2017, 9:27 PM
George
1 Answer
+ 2
You can find lots of information (most of the time including code) about web development on the developer.mozilla website here is a link to javascript references: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
23rd Jul 2017, 10:02 PM
ChessMaster
ChessMaster - avatar