You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting Started With JavaScript JavaScript is a popular programming language that has a wide range of applications. JavaScript was previously used mainly for making webpages interactive such as form validation, animation, etc. Nowadays, JavaScript is also used in many other areas such as server-side development, mobile app development and so on.
A simple geometry calculation related website where the user can calculate the area of triangle, rectangle, parallelogram, rhombus, pentagon and ellipse. Show error if the input field is empty, negative number or NaN (Not a Number). Also the background color of each card changes randomly.
Super simple HTML, CSS & JS (DOM) project where the user by clicking a button randomly selects an exercise number to do. The JS custom arrow function will randomly generate a number from 1 to (...) and the user then goes to the exercise list and must do that specific exercise.