課程資料
課程簡介
Empower yourself with this comprehensive JavaScript course.
Learn the essentials you'll need to get started with JavaScript, which is a popular programming language used to make web pages interactive.
During this course, your instructor will introduce you to executing basic JavaScript programs. You will discover the basics of the language (syntax, strings, data types), and you will understand using loops and conditional statements, and working with arrays. Additionally, this course instructs how to use various functions including scope, callback, return and anonymous functions.
Learn JavaScript for Beginners also teaches about the importance of JavaScript objects and the properties associated with objects. You will also learn details regarding the Document Object Model (DOM), a programming interface that can be accessed by JavaScript.
By the end of this course, you will be confident on the fundamentals needed to effectively program in JavaScript.
This course includes:
- Demo files
- An optional quiz to test what you've learned
- Certificate of completion
All of our videos are high-definition videos, therefore, they are best viewed with the HD setting on, and the videos enlarged.
What People Are Saying:
★★★★★ “This course is amazing!!! Finally, a course that explain the JS in a way a beginner can understand! Thank you!” –Paula De Conte
★★★★★ “Clear and detailed descriptions of concepts. Important to know not just how but why and this course does that.” -Douglas Chun
★★★★★ “Very clear and concise introduction to JavaScript. Good examples and explanations that make it easy to understand the general concepts.” -Mark Hayes
★★★★★ “This course is really help make things more clear for me. I need all the help I can get to keep my job! Thanks!” -Brett Bloxsom
★★★★★ “Very clearly and precisely presented. Well explained and informative. Excellent quality video and audio. Learned a lot.” -Denis O’Brien
課程章節
- 6 個章節
- 37 堂課
- 第 1 章 Introduction to Javascript
- 第 2 章 Primitive Data Types, Strings, Operators, Numbers, Conditionals, Loops & Arrays
- 第 3 章 Functions
- 第 4 章 Objects
- 第 5 章 Document Object Model and Course Conclusion
- 第 6 章 Course Quiz
課程內容
- How to run basic JavaScript programs
- Using primitive data types
- Basic program syntax including strings, operators and numbers
- Using conditional statements and loops
- Arrays, multidimensional arrays, arrays methods, looping through arrays
- Functions, scope functions, self-invoking and anonymous functions, callback functions, functions that return functions
- Working with objects
- The Module Pattern
- Document Object Model
- Event handlers and event listeners
此課程所涵蓋的技能
評價
-
MMatt Jarvis
It was good. There were 1-2 teeny tiny errors, but I don't think it stopped me from learning Javascript
-
JJUAN GALLARDO
This is a perfect soft entry into JavaScript. Not complete. But just enough to familiarize with basic concepts without being overwhelming.
-
TTony Posteraro
It does go through the basics of Java Script in a manner that can be understood. I like the fact that you can download all examples and keep them as reference.
-
EEverett Sotelo
The course content is great. I have issues with the inconsistency on the semicolons. I have noticed that some lines the instructor has added the ending semicolon such as document.write(content); and other areas where he has included the same line as document.write(content) without the semicolon. Also I am about halfway through the course and it would have been nice to learn how to actually insert new lines when utilizing document.write. I attempted the new line character of ' ' that i know of but that didn't work. I also attempted document.writeln but that also didn't work for me. I guess it's just small nick picks. This course starts off really slow with very basic concept and quickly ramps up around the middle section. I would suggest introducing the early concepts of sections 2-3 to be taught a lot quicker for a course that's listed as "intermediate". The last half of the course whas great.