Derniers articles de la catégorie JavaScript

Understanding Functions in JavaScript: The Key to Organizing Your Code
Thursday, January 16, 2025

- Explanation of functions, their syntax, and their usage. - Examples of simple functions with parameters and return values.

The 5 Essential JavaScript Concepts for Beginners
Thursday, January 16, 2025

- Variables (`let`, `const`), loops (`for`, `while`), conditions (`if`, `else`), events, and arrays. - Small exercises to practice each concept.

Manipulating the DOM: Making Your Site Interactive with JavaScript
Thursday, January 16, 2025

- Explanation of what the DOM is and how to use JavaScript to interact with HTML elements. - Example: Modifying the text or styles of an element with `document.querySelector`.

Managing Events in JavaScript: Adding Interactivity to Your Web Pages
Thursday, January 16, 2025

- Introduction to events such as `click`, `mouseover`, or `keyup`. - Practical example: create a button that changes color when clicked.

Those learning to code with AI are starting at a disadvantage.
Thursday, January 16, 2025

💻 Those learning to code with AI are starting at a disadvantage. It might sound counterintuitive, but tools like Copilot, Claude, Cursor, and other generative AIs don’t really help junior developers. 🤖

If I had to learn to code from scratch in 2025 (with and against AI)
Friday, January 3, 2025

**If I Had to Learn to Code from Scratch in 2025 (With and Against AI)**

The 5 Things You Must Master in Modern JavaScript (ES6+)
Friday, December 13, 2024

Since the release of ECMAScript 6 (ES6), JavaScript has undergone a spectacular evolution. New features make the language more powerful, expressive,