#webdevelopment
Read more stories on Hashnode
Articles with this tag
What is JSX? JSX stands for JavaScript XML. JSX allows us to write HTML in React. JSX makes it easier to write and add HTML in React. JSX converts...
Events in javascript In html,there are various events occus or represents when some activity done by user or by the browser. When javascript code...
What is DOM? When a web page is loaded, the browser creates a Document Object Model of the page.The DOM defines a standard for accessing documents...