Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 561 Bytes

File metadata and controls

10 lines (10 loc) · 561 Bytes

My read me.

Steps: 1- First I am going to create an XHR object. 2- This request is going to ask some information from specified URL. 3- Then I have add eventlistener that should call a function when the readystate is done and got a response, the function should handel the response. 4- create the function that is been called from the eventlistener, this function should readthe JSON file and save the data do a variable. 5- Manipulate my HTML by creating a dom element. 6 - Then render the information I got through the dom element i already created.