Here I have practiced JavaScript ES6.
//--- Core Concepts ----//
Introduction To ES6
- var let const
- scopes in javascript
- templates string
- ternary operator
- Array Spreading
- Object Spreading
- Object Accessing
- Optional Chaining of Object
- Function with default parameters
- Arrow Function
- Array Foreach,Map,Filter,Find Function
//------- Problem Solving -----//
- Find SCIC student using Filter
- Find Stable Jamai using Filter Method
- Convert Array Of Objects To Single Object using map or foreach
- API Array Access
//------- More JavaScript ES6 -----//
Array Reduce Method Class Inheritence