#html5
Read more stories on Hashnode
Articles with this tag
https://youtu.be/dggHEhES5yQ When repeating the same task, it becomes cumbersome and hard to maintain. Let's add 5 items to a box. let i = 1 //...
https://youtu.be/9QyZvAw0v4w Logical operators are used to determining the logic between values. It is used between values of all types also, not...
https://youtu.be/WA9RZ5vOciE Conditions are boolean values , true or false. It is true if it meets the requirement, false otherwise. That is...
https://youtu.be/3i9bxusu3c0 Type coercion is the automatic data type conversion done by JavaScript. Operators, Operands, Unary, and...
https://youtu.be/xNxu2kdMumo Type Conversion Type conversion is the conversion from one data type to another. Below are the data type...
https://youtu.be/AVL9GibhLvs alert The alert function accepts a single argument. It displays the result on a modal dialog window. The word "modal"...