Ep75 - Ticket Booking App Javascript Tutorial and source code
https://drive.google.com/file/d/1HC1z...
In This Video:
1. Create HTML
2. Design with CSS
3. select all html elements in javascript
4. get the selecttag value and convert into number instead of string
5. add class "selected" when clicked on seat
6. create a function to update count and totalPrice
7. when selecttag is changed update the price
8. use the "spread operator" and store all index value of seats
9. use map() instead of foreach to return array instead of individual value
Complete Vanilla Js 75+ Project
• Ep74 Poll UI Design HTML CSS Javascri...
Learned:
1. how to use nth-of-type
2. use :not()
3. use perspective
4. use spreadoperator and map function
5. localStorage and JSON.stringify, JSON.parse