Learning the JavaScript Language
در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.
JavaScript is the lingua franca of the web, but before using it to create dynamic websites, you need to understand how it works. In this course, Joe Chellman explores the syntax behind the JavaScript language. He shows how to "speak" JavaScript by gaining an understanding of variables, types, objects, arrays, operators, control structures, loops, and functions, through a series of hands-on examples that put these ideas into action. After completing this course, most developers will grasp the core syntax of JavaScript and how this scripting language works to build powerful and complex functionality on the web.
01 - Introduction
02 - 1. Getting Started
03 - 2. Variables and Types
04 - 3. Objects, Arrays, and More
05 - 4. Operators and Control Structures
06 - 5. Iterating with Loops
07 - 6. Functions
08 - 7. More Advanced Pieces
09 - Conclusion