my BLOGS

Javascript Objects

15 aug 2021

js object is a variable which contains a set of values. the data is stored in the form of key value pair.We can access this property by "." notation.

Document Object Model

DOM is a cross-platform and langauge independent Model that treats HTML as an tree structure.

for more

fetch()

15 aug 2021

fetch is a function which takes the url and gives you the data from the server.(mark-15)

for more

Response status code

15 aug 2021

The response codes are various types of code by a server which are given when we call a particular requests.(mark-15)

for more