JavaScript and the DOM

share ›
‹ links

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

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

Reddit Posts and Comments

0 posts • 5 mentions • top 4 shown below

r/learnjavascript • comment
2 points • not-throwaway

I started going through Eloquent JavaScript and the exercises. http://eloquentjavascript.net/

But I also started 'JavaScript and the DOM' course on Udacity because I wanted to start to see how to interact with the webpage. Just started but the course is good so far, and free. https://www.udacity.com/course/javascript-and-the-dom--ud117

r/learnprogramming • comment
1 points • lapurita

I was in the same position a couple days ago. Took this course: https://www.udacity.com/course/javascript-and-the-dom--ud117 and now it's not that hard anymore. The course is completely free btw

r/adops • comment
1 points • ProgrammaticMafia

You may also consider these free ones:

https://www.udacity.com/course/intro-to-html-and-css--ud001

https://www.udacity.com/course/javascript-and-the-dom--ud117

All the best!

r/UXDesign • comment
1 points • auraJS

Learn HTML/CSS and basic JS. You are a much stronger candidate if you can talk about code, even if you cant code yourself all that well.

The selling point here is that you know how to design something with a good understanding of how complex it would be to implement that design. Very marketable skill that will set you apart.

Courses: HTML/CSS https://www.udacity.com/course/intro-to-html-and-css--ud001

JS and Frameworks https://www.udacity.com/course/javascript-and-the-dom--ud117

https://www.udacity.com/course/front-end-frameworks--ud894

Secondly, learn to use Sketch and Invision. If you want to keep it free learn Adobe XD. These programs are really super simple to use. My first day on the job I’d never used these prototyping programs before. I was hired as a developer, but quickly my design skills stood out and I was moved to be the lead UI Designer.

So don’t stress about mastering these programs. They are just tools, it’s how you use the tools that matter. Thats why I emphasize learning code much more.

Then learn this https://www.udacity.com/course/human-computer-interaction--ud400

If I could sum it up by level of importance I would say:

  1. HTML/CSS
  2. HCI (human computer interaction)
  3. Prototyping tools (Sketch, XD, or Figma, etc).
  4. JavaScript
  5. Frontend Franeworks

All of these are “should knows”.