Javascript is a popular scripting language that was initially used primarily for the web. Now it does everything. Using vanilla javascript which means no frameworks and libraries lets see what we can do. You can learn more about javascript here.
This tutorial will focus on the following topics
- Installation
- Hello World
- Creating a List
- Getting a click event from a button
- Updating the UI based on user input
- Conditional CSS Styling
- Conditionally rendering html templates
- Working with forms and form submission
- Pull data from an api
- Creating a table using data from an api
- Filtering a table from user query
To view this full tutorial click here
or