|
via Udemy |
Go to Course: https://www.udemy.com/course/javascript-language-for-beginners/
This course is designed to teach how to use JavaScript language so that you are ready to build Back End and Front End applications using other libraries and frameworks based on JavaScript. It covers all concepts of JavaScript language including Object Oriented Programming and Functional Programming. The topics covered in this course:How to use Visual Studio Code and its extension related to JavaScriptHow to embed JavaScript in HTML pages How to run JavaScript using NodeHow to use variables, datatypes and hoistingHow to use arithmetic, relational and logical operatorsHow to use conditional statements - if and switchHow to access and validate data entered in HTML formsHow to use looping structures - for and whileHow to use Strings and related methodsHow to use Arrays and related methodsHow to use Set and MapHow to use Regular Expressions to extract and validate dataHow to use Date object and related methodsHow to create simple function with parametersHow to use default and rest parametersHow to pass a function as parameter to another function and implement callbacksHow to implement arrow functionHow to use Array methods that depend on callbacks - filter(), forEach(), find() and map() How to use spread operator with Arrays and Objects How to use destructuring assignment with Arrays and Objects How to implement Object Oriented Programming using Classes and ObjectsHow to create static and private fields and methods How to implement inheritance How to override methods of superclass in subclass How to create a module and export and import its membersHow to handle runtime error using try and catchHow to use object in Browser Object Model (BOM) - window, location, history How to use built-in popup windows - alert, confirm and promptHow to store data in browser using localstorageHow to handle timing events - timeout and intervalHow to handle events in DOMUnderstand the difference between event bubbling and event capturing How to use JQuery What is AJAX and how to implement AJAX using jQuery