📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Using functions in programming - 16

18-10-2023 - Andrés Cruz

Using functions in programming - 16

JavaScript We are going to know the use and scope of functions as a central element in any programming language.

Continuar leyendo


Control structures: loop or while loop - 14

18-10-2023 - Andrés Cruz

Control structures: loop or while loop - 14

JavaScript The structure of while is similar to that of for, but a little cleaner.

Continuar leyendo


What is a VARIABLE in programming? - 08

17-10-2023 - Andrés Cruz

What is a VARIABLE in programming? - 08

JavaScript We are going to learn about the use of variables and comparators as a fundamental element in any programming language.

Continuar leyendo


Control structures: loop or do while loop - 15

17-10-2023 - Andrés Cruz

Control structures: loop or do while loop - 15

JavaScript We are going to explain how the do while loop works and its similarity to the while loop that we saw previously.

Continuar leyendo


Control structures: for to perform loops - 13

17-10-2023 - Andrés Cruz

Control structures: for to perform loops - 13

JavaScript We are going to learn about the for loop, a control structure that allows us to repeat the same instruction or instructions that define a finite set of times.

Continuar leyendo


Data Types Programming - 09

16-10-2023 - Andrés Cruz

Data Types Programming - 09

JavaScript Data types are simply a mechanism with which we can represent to save values through the variables that we will later see what they are.

Continuar leyendo


Control structure in programming - 10

16-10-2023 - Andrés Cruz

Control structure in programming - 10

JavaScript Control structures are the mechanism we have in programming languages to break the basic or sequential flow of the instructions that we define in our program.

Continuar leyendo


Control structures: if to perform conditionals - 10

16-10-2023 - Andrés Cruz

Control structures: if to perform conditionals - 10

JavaScript The if is the control structure par excellence that allows us to make decisions according to a condition to be evaluated.

Continuar leyendo


Control structures: switch - 12

16-10-2023 - Andrés Cruz

Control structures: switch - 12

JavaScript Let's see what can be considered a variant of the conditional, which will allow us to perform true and false checks.

Continuar leyendo


Comments on programming languages and HTML - 17

15-10-2023 - Andrés Cruz

Comments on programming languages and HTML - 17

JavaScript Let's learn how we can use comments in various programming languages and in HTML.

Continuar leyendo