##This is a repo for JavaScript Lab session
- You will be able to work on basic of javascript
- Learn the major concepts with javascript
- Learn the major concepts with javascript
- Work on a sample personal database and do some staff
- You will be able to understand how the DOM Works
- Learn how to manipulate the DOM
- Learn how to use the BOM Methods
- Work on a sample Task Manager App
Note : The UI is Built based on Material UI : Material UI
- You will be able to overview Storage API’s in the Browser
- Learn how to manipulate Local/Session Storage
- Learn how to use the Index DB
- Continue on the Task Manager App
We will go through learning by working on a Task Manager app we have started on the previous lab to support persistent data storage
Source Code for the Material is Located on : Lesson 03 [Lab 06] (Web Storage API ) , Lesson 4 [Lab 06] (Indexed DB )
- You will be able to learn major concepts in Async Programing
- Learn how to work with JSON
- Learn how to manipulate Third Party API
We will go through learning by working on a Simple Blog Application that we read from JSON and Third Party API (JSONPlaceholder)
Note : The UI is Built based on Semantic UI : Semantic UI
- You will be able to overview Advanced Concepts on Javascript
- Symbol , Template Literal , Destructuring , spread/rest syntax , New Loops [for in / for of] , function borrowing and Arrow Function
- Object Oriented Javascript[Mainly ES6 Class]
- Exception and ES6 Modules