Recent Posts

Day 7 - Fetch API / Ajax (XHR)

1 minute read

Fetch API This is interface which allows to asynchronous download of resources from server. Early to this we use object XMLHttpRequest (XHR). Fetch API was c...

Day 5 - JavaScript - DOM manipulate

less than 1 minute read

What is the DOM? The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the page so that programs can change th...