Modern JavaScript (Complete guide, from Novice to Ninja)

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

Learn Modern JavaScript from the very start to ninja-level & build awesome JavaScript applications

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
The Net Ninja (Shaun Pelling)

Reddit Posts and Comments

0 posts • 15 mentions • top 13 shown below

r/salesforce • comment
1 points • Saiunai

Honestly, I would recommend it only if you are someone who likes to solve and build business solutions. Yes you will need to learn how to code but there are going to be many instances where you aren’t coding but using other tools like Process Builders, Flows, etc. These tools don’t require the use of code and Salesforce’s best practice is to code only when it is absolutely necessary. In general, coding is usually used to build custom functionality and web applications within the platform.

If Salesforce still peaks your interest after reading what I wrote above, than I would recommend exploring it as a future career option. As suggested above, if you don’t have any experience with code, I would suggest learning another language first. I highly recommend learning JavaScript as your first language since the client-side code in all web applications within Salesforce are based on this language. It would give you a huge advantage when you actually start learning about Lightning Components and VisualForce. I’ll also recommend learning some basic HTML after since you will most likely be writing in that language often.

Below is a beginner to expert level JavaScript course that has gotten a lot of great reviews. I plan on taking this course in the beginning of next year to expand my knowledge of the language. I think this would be a great first step to your coding journey:

https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/

Overall, diligence is key. If you have any questions or concerns, please feel free to message me. I am actually in the process of getting my developer certification and have learned a lot throughout the process. I had no prior coding background.

r/hungary • comment
6 points • KukoriOne

Hadd segitsek. Nekem ezek valtak be:
https://www.udemy.com/course/modern-html-css-from-the-beginning/
https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/
https://www.udemy.com/course/modern-react-front-to-back

React helyett valaszthatsz Angulart vagy Vue-t. Ezek js framework-ok. Talan React-tal vagy Vue-val jobban jarsz kezdokent.
Mindket csavonak vannak ingyenes yt csatornai, itt tudod csekkolni mielott barmit megvennel:
https://www.youtube.com/c/TraversyMedia
https://www.youtube.com/c/TheNetNinja

r/learnjavascript • comment
1 points • JordanLesich

I spend most of my time in one React framework or another, and often I'll notice that I have more trouble understanding JS outside of React than I do inside it. React has a lot of familiar patterns, and my guess is that the Pareto principle applies here. So if you want learn JS for React fast, learn that 20% of JS code that is 80% of React code.

Here are some of those things.

- Learn your non-destructive array methods. Map, filter, reduce.

- Learn function expressions, arrow functions, callback functions, modules, types etc.

- Learn much of the new school (ish) JS. ES6+

- Read about the eccentricities of JS, and its weakesses. I haven't read it all, by Kyle Simpson's You Don't Know JS seems to be King here.

- Learn about functional-style programming with JS. React definitely has some functional style elements to it.

If you're looking for a video that goes into great depth about each item in a line of code, you might be looking a while. Video tutorials usually blast through the deep, more thorough parts of learning syntax--and for good reason. Most people are watching videos for practical applications.

However, I really liked this course on Udemy: https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/

And I mentioned Kyle's book. I also heard his course and other JS courses on Front End Masters are really good.

I found it was pretty effecient in teaching me new JS pretty fast.

One of the best and worst things about JS is there are like 18 different ways to write it. Which makes it dynamic and interesting, but also difficult to learn. Fortunately, you're learning for React, which narrows really narrows it down. For everything else that you won't know in time, there's the MDN docs.

Best of luck.

r/learnjavascript • comment
1 points • Ishan_2016

Javascript.info is really awesome resource in learning modern Javascript. I would also recommend Modern Javascript from Novice to Ninja by Net Ninja which is awesome resource as well.

https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/

r/learnjavascript • comment
1 points • itays123

The net ninja's Modern Javascript course is a great place to start. Check it on Udemy - https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/?utm_source=adwords&utm_medium=udemyads&utm_campaign=JavaScript_v.PROF_la.EN_cc.ROW_ti.6368&utm_content=deal4584&utm_term=._ag_85479007594.ad_437497336266.kw__._de_m.dm__._pl__._ti_dsa-774930039569.li_20517.pd__.&matchtype=b&gclid=CjwKCAjwtNf6BRAwEiwAkt6UQlLccIMyNxhifIDj_aVpyXtc95LFLUi8OUctGYgynpAg8WeY_Xb8JhoCv1QQAvD_BwE

If you want some free stuff, check out free Code Academy or whatever they are called: https://youtu.be/PkZNo7MFNFg

r/learnjavascript • comment
1 points • ahmaddynugroho

This is the resource I use to learn JS (in Chronological order):
1. Modern JavaScript (from Novice to Ninja)
2. Build Web Apps with Vue JS 2 & Firebase
3. Node.js Crash Course Tutorial (I'm not finished yet)

Note:
1. It's all from the same guy who has a youtube channel called "The Net Ninja"
2. I recommend him because the way he teach is to-the-point, simple, and comprehensive

r/learnjavascript • comment
1 points • sachiewang

The Jonas Schmedtmann JS course on Udemy is pretty good, This JS tutorial is very good too. Net Ninja is also a source that I've heard is really good in r/learnprogramming.

r/learnprogramming • comment
2 points • JesseT1997

These are my top three instructors on Udemy with excellent JavaScript courses:

  1. Vertex Academy and their https://www.udemy.com/course/result-oriented-web-developer-course/ The covers HTML, CSS, JavaScript and Node.js.
  2. Andrew Mead: https://www.udemy.com/course/modern-javascript/
  3. Shaun Pelling: https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/

r/Wordpress • comment
1 points • MrBodhi1

This is one of the best course out there for building custom Wordpress sites and plugins: https://www.udemy.com/course/wordpress-theme-and-plugin-development-course/

As for JS: https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/learn/lecture/14034887?start=15#overview

Also, don't buy them at full price, wait until they go on sale, which all the time.

r/learnprogramming • comment
1 points • vishal180618

I was at the exact same spot a month ago. This worked for me.

for HTML and CSS that you do not need to know in-depth and can learn as you progress in javascript.

https://www.youtube.com/watch?v=hu-q2zYwEYs&list=PL4cUxeGkcC9ivBf_eKCPIAYXWzLlPAm6G

for javascript (in-depth)

https://javascript.info/

this is also downloadable for free and also is the best.

https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/

thank me later :p.

r/learnprogramming • comment
1 points • seanyboygloryboy

Spend a year learning fundamentals, there are no shortcuts. Learn Html, CSS, JavaScript.

Html https://www.udemy.com/course/design-and-develop-a-killer-website-with-html5-and-css3/

Css https://www.udemy.com/course/advanced-css-and-sass/

JavaScript https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/

Then learn the crap out of React, Node, and SQL.

React Js https://www.udemy.com/course/react-the-complete-guide-incl-redux/

Node Js https://www.udemy.com/course/nodejs-the-complete-guide/

SQL https://www.udemy.com/course/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/

This Roadmap with consistent structured learning would make you very proficient within 2 years. 👍

r/AskComputerScience • comment
1 points • saintshing

Not sure if these are what you want

https://www.johnsmilga.com/projects
https://www.youtube.com/watch?v=hdI2bqOjy3c&list=PLillGF-RfqbbnEGy3ROiLWk7JMCuSyQtX
https://www.youtube.com/watch?v=dIyVTjJAkLw&list=PLkwxH9e_vrALSdvZuEh6gqQdmDoDIoqz4
https://www.youtube.com/watch?v=zAcdJC1GzBQ&list=PLNHtrE9aegUdAadBcyYFnvRcjBqOvrhuL
https://www.youtube.com/watch?v=rXuHGLzSmSE&list=PL0vfts4VzfNjfHKRKkMjm_xUXglH6HtL1
https://www.youtube.com/watch?v=_G5blkXLePY&list=PL0vfts4VzfNiMQXc5zxl8--KDjaQcWNi2
https://www.youtube.com/watch?v=FIORjGvT0kk&list=PL4cUxeGkcC9gfoKa5la9dsdCNpuey2s-V
https://www.youtube.com/watch?v=xHVm5qhaXWk&list=PL6QREj8te1P6wX9m5KnicnDVEucbOPsqR

can also check out these project based udemy courses https://www.udemy.com/course/modern-javascript-from-the-beginning/
https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/

r/CodingHelp • comment
2 points • DeveloprX

Javascript is tied closely with HTML and CSS because of its ability to manipulate the DOM, so you should understand the basics of it.

The road map:
[Beginner]
Vanilla JS - don't try frameworks yet!

  • Datatypes
  • Functions
  • Conditionals
  • Loops
  • OOP

DOM Manipulation & Events

[Advanced]

Fetch API & JSON

ES6+ Features:

  • Arrow functions
  • Promises
  • Async/Await
  • Destructing
  • Template strings

Then you can start experimenting with React/Vue/Angular (frontend), though more knowledge about CSS is needed + JSX, and Node.js (backend).

Congratulations if you get this far, you can now...
Work with AI & chat bots with Tensorflow.
Mobile web devlopment with React Native.

PAID

The Complete JavaScript Course 2020: Build Real Projects! on udemy.com ~~£174.99~~ £11.99
Jonas teaches you the theory of what you're writing as well as allow you to build practical examples.

JavaScript - The Complete Guide 2020 (Beginner + Advanced) on udemy.com ~~£174.99~~ £11.99
Extensive tutorial that will teach you everything. +Brownie point: I like Max's voice.

Modern JavaScript (from Novice to Ninja) on udemy.com ~~£74.99~~ £9.99

Note: never pay full price for Udemy courses!

codecademy.com £31/monthly or £191.88/yearly (+20% off yearly, with a promo code, reduces it to £12.78/month)
It has detailed, aesthetically pleasing lessons in a hosted environment, which makes JS easy to start.

FREE

JavaScript Tutorial For Beginners by codeSTACKr a taste of almost everything in JS, including ES6 , in 1 hour. Check his JS playlist for more in-depth info and new topics.

JavaScript Course for Beginners 2020 - Learn JavaScript from Scratch! by Academind
this's a part of Max's course for free, enjoy. Doesn't cover ES6.

JavaScript Tutorials for Beginners doesn't include ES6 but throws in a bit theory which most tutorials don't have.

I'm also working on my own course, so stay tuned.

stackoverflow.com for debugging; even professionals rely on this lmao.

There's a lot to learn but don't be discouraged!

Your journey of education never stops, stay up to date with the latest JavaScript tutorials: