Classes
Create a simple calendar that displays the current month.
Start with a div.
Get today's date.
co...
For most errors, Next JS will display a nice overlay with an error message and the line that caused it.
Trowing errors
I...
Next JS is a React framework that provides more full stack functions.
Page vs App Router
The page router helped popularize...
Node JS is a javascript runtime environment on a server.
Node has become very popular lately for developer tooling and...
The DOM manipulation library everyone loves to hate.
jQuery is from the early days of web 2.0. Browser compatibility was...
Arrays
Javascript does not have an array data type, instead it has the Array object. That allows it to have functions...
Databases store data in tables, which define rules for each column such as the data type or length.
For example, here is...