Get started with JavaScript
Javascript is used for dynamic content appearing without refreshing the page and interactivity to HTML pages. Javascript could be used to:
- Add multimedia elements / perform an action based on user action.
- Form validation and client-side error handling.
- JavaScript used for dynamic page content.
If you are a beginner, you need to learn the basics of javascript. We have covered the series of articles that you can follow in sequence as below:
- Learn from developing the basic structure of the website.
- Based on certain user actions/behavior, we have to manipulate certain DOM elements. Learn more about Manipulating The DOM Using Javascript →
- JavaScript not only can manipulate HTML DOM elements, but it also can manipulate CSS. Learn how to manipulate CSS With Javascript →
- Conditional Statements in JavaScript →
- Loop through an array →
- Object in Javascript →
- Date format using Javascript →
- SetTimeout And SetInterval Using Javascript →
- How To Use Promise In JavaScript →
After covering the basics stuff, you can learn advanced concepts in Javascript.
- How to preview An Image using Javascript →
- How to listen/behave/animate using Scroll in Javascript →
- How To Use blob Object In JavaScript →
- Learn Regex In JavaScript →
- Disabled Property In HTML, CSS, And Javascript →
- JavaScript Fetch API
To level up your JavaScript skills, learn the tips and tricks of writing code.