Renan MenezesV.7. Additional resources — JSHere is a list of resources that may be helpful as you continue your learning journey.Dec 14, 2023Dec 14, 2023
Renan MenezesV.6. Test-Driven Development (TDD)— JSEvery piece of software is developed based on formal or informal requirements, which articulate the functionality of the software…Dec 14, 2023Dec 14, 2023
Renan MenezesV.5. Writing Tests with Jest: A Step-by-Step Guide — JSIn this comprehensive guide, we’ll walk through the process of writing tests for your JavaScript code using the Jest framework. You’ll…Dec 14, 2023Dec 14, 2023
Renan MenezesV.4. Introduction to Jest: Unleashing JavaScript Testing PowerIf you’ve been navigating the world of coding, you’re likely familiar with the pivotal concept of testing your code to ensure it aligns…Dec 13, 2023Dec 13, 2023
Renan MenezesV.1. Installing Node and NPM — JSBefore installing Node.js and npm on your machine, you first need to verify if it’s already installed.Dec 12, 2023Dec 12, 2023
Renan MenezesIV.5. Additional resources — JSHere is a list of resources that may be helpful as you continue your learning journey.Dec 11, 2023Dec 11, 2023
Renan MenezesIV.4. Moving data around on the web — JSThe modern web consists of millions and millions of web pages, connected services and databases.Dec 11, 2023Dec 11, 2023
Renan MenezesIV.2. Exercise: Web page content update — JSIn this reading, you will learn how to capture user input and process it. You’ll be introduced to a simple example that demonstrates how…Dec 11, 2023Dec 11, 2023
Renan MenezesIV.1. JavaScript interactivityThe purpose of this reading is to introduce you to a simple explanation of web page manipulation and some examples of it.Dec 11, 2023Dec 11, 2023
Renan MenezesIII.13. Additional resources — JSHere is a list of resources that may be helpful as you continue your learning journey.Dec 10, 2023Dec 10, 2023
Renan MenezesIII.12. Using Spread and Rest — JSIn this reading, you’ll learn how to join arrays, objects using the rest operator. You will also discover how to use the spread operator…Dec 10, 2023Dec 10, 2023
Renan MenezesIII.11. Data Structures examples — JSIn this reading, you’ll learn about some of the most common examples of data structures.Dec 10, 2023Dec 10, 2023
Renan MenezesIII.10. Template literals examples — JSThe aim of this reading is to help you understand how template literals work.Dec 9, 2023Dec 9, 2023
Renan MenezesIII.9. For of loops and objects — JSIn this reading, you’ll learn how the for of loop works conceptually.Dec 9, 2023Dec 9, 2023
Renan MenezesIII.8. Additional resources OOP — JSHere is a list of resources that may be helpful as you continue your learning journey.Dec 9, 2023Dec 9, 2023
Renan MenezesIII.7. Designing an OO Program — JSIn this reading, I will show you how to create classes in JavaScript, using all the concepts you’ve learned so far.Dec 9, 2023Dec 9, 2023
Renan MenezesIII.6. Default Parameters — JSA useful a ES6 feature allows me to set a default parameter inside a function definition First, .Dec 9, 2023Dec 9, 2023