what is a constructor : automatically mded in the class and invokeed without asking
it will run on its own
what is domain
what is hosting
what is cdn
which bootstrap is better online by cdn or offline by downloading file
what is api
what is meant by invoke
wht is object
what is arguments
can you make changes in objects : yes
why we use 'this' in js
what is inheritence
what is method overriding : if two classes have same name fun and called then the
func from child will invoke
what is derived class : the class which is child of some class
why we use super() : to invoke parent class constructor
whta is synchronous programing : in htis type each coe runs as it written in order
like phly firsr line the n second the third and up to so oon.......
what s asynhronous awaits : we can delay by using some js functions like
what is promice chains : so th promise chains are like reject or resolve the
situation if any occurs we get the result in rejection or seccession like getting
something throiuhg API and if get it the the resolve func will work and if not hte
nthe reject func will work and will shoe the error mdg
whta is callback hell PROBLEM: this problem occours when we add funnction into
functions as a callback in callbacks we add more call backs
what is API
what is settimeout func in js :
what is IIFE :immediatly invoked functoin expression they are likethe constructor
immidiatly called
fetching API (Application programming Interface)
what is Fetch API
what is fetching
whar is meant by status:200 => it means that aour request was success
f