Modern Javascript for Beginners 2020 + Javascript Projects

所在平台: Udemy

课程主页: https://www.udemy.com/course/modern-javascript-for-beginners-2020-course-projects/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:现代JavaScript初学者课程2020 + JavaScript项目 课程概述:JavaScript是网络的灵魂,它使您的网站充满活力。如果您希望在网站或Web应用程序中创造奇迹,您需要掌握JavaScript。这个课程旨在将JavaScript编程语言的初学者概念分解为易于理解的部分,以帮助您快速学习并长期保留这些概念。本课程适合编程初学者以及已经掌握其他编程语言的程序员。我们将教授最新版本的JavaScript(ECMAScript 2015及以上)。每个概念都通过大量的示例进行讲解,以帮助您更好地理解。 您将学到什么: 1. JavaScript编程语言的全面介绍 2. 使用变量和常量进行信息存储(包括ES5和ES6方法) 3. 使用控制台调试代码、检查错误及获取中间输出 4. 创建动态存储以及JavaScript的不同数据类型(复杂和简单) 5. JavaScript严格模式及其代码监管 6. JavaScript中的类型转换(包括NaN、undefined和null) 7. 向用户展示输出并获取输入的各种方式 8. 在字符串、数字和布尔值上应用不同的运算符 9. 模板字符串的使用及其用法 10. 字符串的操作及各种预定义字符串方法的应用 11. 创建和操作数字以及使用数组中的预定义数字方法 12. 使用if和switch语句创建条件 13. 使用for、while和do while循环创建循环,以及在循环中使用break和continue语句 14. 创建1D和2D数组,以及评估各种预定义数组方法 15. 操作日期和数学对象 16. 创建用户自定义函数(包括匿名函数、返回、this和自执行函数) 17. JavaScript面向对象的基础(创建对象、属性和方法及其操作) 18. JavaScript文档对象模型(DOM)介绍 19. 获取并操纵各种HTML元素 20. 操作各种元素的CSS样式 21. 使用事件处理程序创建网页的动作反应效果 22. 全局和局部范围(函数和块范围) 23. 通过各种练习、趣味难题和真实项目应用所学知识 课程设计:本课程包括12个模块,每个模块将详细解释JavaScript(现代版本)中的一个概念,配有大量的示例。 模块概览: - 模块1:JavaScript入门 - 模块2:变量、数据类型和类型转换 - 模块3:运算符 - 模块4:字符串及字符串方法 - 模块5:数字及数字方法 - 模块6:条件语句和循环 - 模块7:数组 - 模块8:日期、日期方法与数学对象 - 模块9:函数 - 模块10:对象基础 - 模块11:文档对象模型(DOM) - 模块12:实例、难题和真实项目 为何选择本课程: 1. 我们会详细讲解每个初学者主题,确保您全面掌握。 2. 我们提倡通过实践学习,而不仅仅是听讲或阅读。 3. 通过我们的实例训练,您将全面理解JavaScript,并自信地将此技能添加到您的简历中。 4. 我们喜欢通过有趣的项目来解释概念,并保持课程的趣味性。 您还在等什么?立即注册,开始用JavaScript在您的网站上创造奇迹吧!

课程评论(0条)

课程详情

Javascript runs the web. It makes your website come alive. If you want to create magic with your websites or web apps, then you need Javascript. Period. You can literally do magic online with just Javascript. Just that. In this course, we hope to break down the beginner concepts of the Javascript programming language into manageable parts so you can learn them fast and retain the concepts much longer. This course will be useful for both beginners to the world of programming and programmers who already know other programming languages. We'll be teaching you the latest version of Javascript (ECMAScript 2015 and above). Every concept is taught through a wealth of over-the-shoulder examples so you understand the concepts better. What will you learn in our course? 1. A thorough introduction to the Javascript programming language2. Information storage using variables and constants (both ES5 & ES6 methods)3. Using the console to debug your code, check errors and retrieve intermediate outputs4. Creating dynamic storages using variables and Javascript's different datatypes, including complex and simple ones5. Javascript's strict mode and how it regulates your code6. Type conversions in Javascript (including NaN, undefined and null)7. Various ways to show outputs and get inputs from the users8. Applying the various operators available in Javascript on your strings, numbers and boolean values9. What are template strings (backticks) and when & how to use them10. Working with strings and applying the various pre-defined string methods available to you on them11. Creating numbers and manipulating them with a range of pre-defined number methods12. Creating conditions using the if and switch statements13. Creating loops using the for, while and do while loops and applying the break and continue statements on them14. Creating both 1D and 2D arrays for varied storage and applying various pre-defined array methods on them15. Working with Dates and the Math object 16. Creating user-defined functions in Javascript (including anonymous functions, return, this & self-invoking functions)17. The basics of Object Oriented Javascript (Creating objects, their properties and methods and manipulating them)18. An introduction to Javascript's Document Object Model (DOM)19. Retrieving various HTML elements and manipulating them 20. Manipulating the CSS styles of various elements21. Using event handlers to create an action-reaction effect in your web pages22. Global and local scope (function & block scopes)23. Apply what you learn via various exercises, fun puzzles and real world projectsAnd so much more! How is this course designed? Our course has 12 modules, where each module will thoroughly explain the intricacies of one of the concepts in Javascript (the Modern version) with a wealth of over-the-shoulder examples. Here are the modules: Module 1 - Getting started with Javascript - This is the foundations module. We'll look into what setting up your Javascript coding environment, using consoles for bug detection, comments, getting basic outputs and so much more. Module 2 - Variables, data types, type conversion and more - In this module, you'll learn how to create information storage spaces (variables), the different data types available and how to work with them. Module 3 - Operators - In this module, we'll look into the various operators available in Javascript, using them to manipulate numbers, strings and booleans and more. Module 4 - String and string methods - In this module, you'll learn how to create strings, how and when to use backticks, the various pre-defined string methods available to you and their uses. Module 5 - Number and number methods - In this module, you'll learn about creating numbers in Javascript and using the various pre-defined number methods to manipulate them. Module 6 - Conditional statements and loops - In this module, you'll learn how to create conditions with if and switch statements and using for, while and do while loops to repeat the same lines of code multiple times (based on given conditions). Module 7 - Arrays - In this module, you'll learn how to create arrays and store more than one value (of different types) in them, how to retrieve those values, manipulate them with pre-defined array methods, use 2D arrays and so much more. Module 8 - Date, date methods & Math object - In this module, you'll learn how to create and use the date object and use the math object to perform various math operations. Module 9 - Functions - In this module, you'll learn how to create user-defined functions in Javascript (including anonymous functions, return, this & self-invoking functions).Module 10 - Objects (Basics) - In this module, you'll learn the basics of Object Oriented Javascript (Creating objects, their properties and methods and manipulating them).Module 11 - Document Object Model (DOM) - In this module, you'll learn about the DOM, how it works, how to use it to manipulate the elements in your websites and make it come alive using event handlers. Module 12: We also cover a lot of examples, puzzles and real world projects (which are constantly updated): For now, our course covers the following puzzles to gently nudge you into applying your theoretical Javascript knowledge in real world problem solving:1. Puzzle #1 - Alternate small and capital letters in a given string2. Puzzle #2 - Find the compound interestWhy should you choose our course? 1. We like to be thorough in our teaching. Every beginner topic covered in this course will cover everything you need to know about that particular topic. You won't have to look anywhere else. 2. We strongly advocate learning by doing, rather than just listening or reading. Our lectures are filled with a wealth of examples that explain every concept clearly. 3. If you follow along with our examples in our over-the-shoulder trainings, and create our examples with us, you'll have a thorough understanding of what Javascript is, and how to apply it to create magic in your websites. You'll be able to confidently add this as a skill in your resume. 4. We prefer creating fun projects to explain the concepts and to keep things interesting as well. You'll learn how to apply the concepts you learn in the course in the real world projects and examples.So, what are you waiting for? Enroll now and start creating magic in your websites with Javascript in no time at all!

课程标签

0人关注该课程

主题相关的课程