+ 16
Advanced Javascript
I want to get a deeper understanding of pure javascript. Any resources out there you pros are holding onto? Thanks in advance!!!
18 Answers
+ 13
The complete JavaScript handbook:
https://www.sololearn.com/post/42894/?ref=app
Catalogs of 4 JavaScript tutorial series by 3 great sololearners, from beginner to advanced:
https://code.sololearn.com/WL8P7nb3aq6L/?ref=app
https://code.sololearn.com/WKFF4vOCr3mi/?ref=app
https://code.sololearn.com/WvIsS7qN8npX/?ref=app
https://code.sololearn.com/Wyr76080kKxS/?ref=app
PROGRAMMING RESOURCES by KrOW
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
+ 12
🌟This is a free PDF book for JavaScript
https://books.goalkicker.com/JavaScriptBook/
+ 9
Just in case you'd be amused by deep...
There's a language spec that forms the basis for browser-specific engines (e.g. SpiderMonkey in Mozilla products)
Standard ECMA-262 :ECMAScript® 2018 Language Specification
https://www.ecma-international.org/publications/standards/Ecma-262.htm
Its API Specification:
https://www.ecma-international.org/publications/standards/Ecma-402.htm
Built-Ins (like JSON):
https://www.ecma-international.org/publications/standards/Ecma-414.htm
SpiderMonkey is a *specific* engine based off the spec:
"...Mozilla's JavaScript engine written in C and C++. It is used in various Mozilla products, including Firefox, and is available under the MPL2."
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
Includes internals, bytecode reference and much more.
+ 4
MDN is the choice -
https://developer.mozilla.org/es/docs/Web/JavaScript Best known. Beginner -to Advanced;
It will teach all JavaScript,
If you have a Question; That you can’t quite find, Use https://www.stackoverflow.com
+ 3
I read a lot on MDN ( https://developer.mozilla.org/en-US/docs/Web/JavaScript ) while I try to do stuff. Has basic tutorials, advanced tutorials, and all official documentation for JavaScript, with compatibility browser charts.
+ 2
Javascript works with HTML. You should have a good understanding of HTML in creating Web pages. Javascript enhances Web pages. When studying HTML use "TRY" which SoloLearn allows you to run sample programs. You cannot hurt or damage anything. You learn coding by modifying test programs with some of your own code.
+ 1
For more advanced Javascript you will have to spend some money. It is assumed that SoloLearn teaches fundamental things in programming languages. Most of the advanced Javascript is not written in most cour, but out of minds brilliant people.
+ 1
More advanced programming skills are required in engineering and science. Fourier Transform and Laplace Transforms for solving Calculus problems electrical engineering.
These two transforms convert calculus problems to advanced algebra eqyations. The transforms also allow converting anwsers in to calculus. He a challenge for you. Solve a m x n matrices Multiple the two different Matrix A by Matrix B and give answer of Matrix C. Use Python because manipulation of Arrays will be easier.
Matrix solving is also used in business world. Have a great day!
+ 1
[redacted] Aekkachai Chongwattanakite Your most recent posts were removed by a moderator as they are neither related to the questions nor programming-related and so amount to spamming. Continuing in that way will get your account deactivated.
Please review these links for appropriate/expected use of Q&A and SoloLearn's service, where to put certain types of content, etc:
https://www.sololearn.com/discuss/1316935/?ref=app
https://www.sololearn.com/discuss/321242/?ref=app
+ 1
Thank Elizabeth! The links will be helpful. You will make a great programmer. The following link has lots of help on its search page. http://www.adealseeker.com.
The website is safe for the average users, but not completely safe for shopping Kart to sell or purchase items.
If you like your own links on website let me know.
Lloyd
0
Here are some books on JS you can study
You Don’t Know JS (book series)
Eloquent JavaScript Online
JavaScript: The Good Parts by Douglas Crockford
JavaScript: The Definitive Guide by David Flanagan
JavaScript Enlightenment
0
i Wanna Learn The JavaScript Codes