Anuncios Libros Cursos Categorías

¿Qué es un lenguaje de programación y algunos tipos? - 02

18-10-2023 - Andrés Cruz

¿Qué es un lenguaje de programación y algunos tipos? - 02

JavaScript Let's talk a little about what programming languages are and what we can use them for.

Continuar leyendo


Introduction to algorithms in programming - 03

18-10-2023 - Andrés Cruz

Introduction to algorithms in programming - 03

JavaScript An algorithm is a sequence of operations to be performed that we define to solve a problem and that we then take to a program like the function that I showed you previously.

Continuar leyendo


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