Lessons: 10Length: 1.4 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

5.1 Final Thoughts

In this course we walked through the development of a few practical JavaScript projects. These lessons will have helped you better understand how to approach projects like these in the future. Thank you for watching!

1.Introduction
1 lesson, 00:52

1.1
3 JavaScript Projects for Beginners
00:52

2.Project 1: Create a JavaScript Countdown Timer
3 lessons, 18:16

2.1
Creating a Countdown Timer
04:18

2.2
Coding the Countdown Timer
03:54

2.3
Calculating the Difference
10:04

3.Project 2: Create a Scroll Animation
1 lesson, 19:02

3.1
Animate on Scroll
19:02

4.Project 3: Create a JavaScript Calculator
4 lessons, 43:35

4.1
The Calculator Starter File
09:20

4.2
Calculating Totals
07:16

4.3
Programming the Number Buttons
13:15

4.4
Finishing the Calculator
13:44

5.Conclusion
1 lesson, 00:42

5.1
Final Thoughts
00:42


5.1 Final Thoughts

Hello and welcome back to JavaScript projects for beginners. In this course, we covered a lot of ground as we walked through the development of three practical JavaScript projects. We talked about creating a countdown timer using moment.JS, we talked about handling animated events for DOM elements when they scroll into view, and then we created our own calculator using JavaScript and jQuery. Hopefully, the concepts we've covered have enhanced your JavaScript skills and helped you to improve the way you approach similar projects. Once again, my name is Craig Campbell. I wanna thank you so much for watching, and I'll see you next time.

Back to the top