📄️ JS
Basics
📄️ JSX
* JSX allows you to write HTML-like code within your JavaScript/TypeScript files, making it easier to define the structure of your UI components.
📄️ TS
TypeScript: is a superset of JavaScript that adds static typing and other features to enhance your development experience. It's particularly useful for larger projects and teams where type checking and strict contracts are important.
📄️ Variables
En JavaScript, il y a deux façons de déclarer des propriétés :