Explore nuestra lista seleccionada de proyectos, ejercicios y lecciones para aprender Javascript
Javascript
ReactJS
Aprende a usar el hook useReducer en React.js y cómo funciona, comparalo con otras alternativas como redux, flux, entre otras.
Leer lecciónJavascript
Regular Expressions
Aprende todo lo necesario sobre las expresiones regulares en JavaScript. Descubre cómo utilizarlas para validar, buscar y manipular patrones de texto en tus proyectos web.
Leer lecciónJavascript
variables
Aprende qué es JavaScript, todos están hablando de ello y, probablemente, ya sepas que es hora de aprender a programar en JavaScript para llevar las cosas al siguiente nivel.
Leer lecciónJavascript
The DOM
vanilla.js
intermediate
Use your DOM knowledge, HTML/CSS and Javascript to create a battleship game for one person only
Iniciar proyectoJavascript
Events
The DOM
easy
Practice your entry-level skills in Javascript, The DOM and HTML/CSS by building a Pop Balloons Game.
Iniciar proyectoJavascript
React Router
ReactJS
easy
Create a web app using React router and Context
Iniciar proyectoJavascript
Sorting Algorithms
HTML and CSS
intermediate
Practice building algorithms by doing a bubble-sorting algorithm and displaying it on a website
Iniciar proyectoUML
Node
Typescript
easy
Use your recently adquired knowledge to build a data-model for your starwars blog
Iniciar proyectoReact Context API
postgres
JWT
intermediate
Create the users stories for your final project
Iniciar proyectoJavascript
ReactJS
intermediate
Create a simple contact list application using React.js
Iniciar proyectoJavascript
ReactJS
intermediate
Create a simple to-read website for Star Wars fans. Use the SWAPI to fetch and React + React Router + Context to save the reading list.
Iniciar proyectoNode
Javascript
The Command Line
easy
Este es un tutorial interactivo que enseñará como crear una API con Node.
Iniciar ejercicioJavascript
Formularios
vanillajs
easy
Validaciones de formularios, inputs, areas de texto (textarea), inputs de fechas, etc.
Iniciar ejercicioJavascript
React Hooks
React useState
easy
Aprende y practica ReactJS con un tutorial interactivo que contiene docenas de ejercicios de React, obtén feedback instantáneo, con evaluación automática y video soluciones.
Iniciar ejercicioJavascript
Functions
Node
easy
Empieza a usar y practicar con funciones de JavaScript, aprende sobre funciones flechas, anónimas, callbacks y más!
Iniciar ejercicioJavascript
Arrays
Descubre cómo utilizar el método replace en JavaScript para manipular y reemplazar fácilmente texto dentro de cadenas. Aprende sobre su sintaxis, opciones y ejemplos.
Leer articuloJavascript
Arrays
Aprende cómo clonar un array en Javascript con diferentes métodos. Descubre la importancia de clonar un array y cómo hacerlo de forma eficiente para evitar efectos secundarios no deseados.
Leer articulobrave
edge
enable javascript
On how to enable Javascript you'll find the steps to activate Javascript on different browsers (Chrome, Brave, Firefox, Safari and Edge). Beign able to execute Javascript on our browser is fundamental.
Leer articuloJavascript
String Concatenation
Descubre qué es un string en JavaScript y cómo se utiliza para almacenar y manipular texto. Aprende los conceptos básicos y ejemplos prácticos en esta guía.
Leer lecciónJavascript
Aprende cómo trabajar con Array de Objetos en Javascript con 4Geeks. Domina las técnicas para manipular datos complejos y mejorar tus habilidades.
Leer lecciónJavascript
Functions
Las funciones no son opcionales - Es probable que sean la característica más utilizada en cualquier lenguaje de programación. Te permiten separar tu código en miniprogramas más pequeños, donde cada uno se ocupa de lo suyo. ¡Divide y conquistarás!
Leer lecciónJavascript
Algorithms
Sorting Algorithms
Ya nadie ordena las listas manualmente, pero sigue siendo una manera fantástica de dominar tus habilidades algorítmicas
Leer lecciónJavascript
Jest
Unit Testing
easy
Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions
Iniciar proyectoJavascript
Events
The DOM
easy
Create a simple todo web app using vanilla js
Iniciar proyectoJavascript
React Hooks
React useState
easy
Create a simple tictactoe 2 player game (no AI), using the React.js framework
Iniciar proyectoHTTP
ReactJS
Javascript
intermediate
Create a simple contact list application using the React.js framework and Flux Architecture
Iniciar proyectoJavascript
Bootstrap
HTML and CSS
easy
Create a simple landing page using React.js components
Iniciar proyectonodejs
JWT
javascript
intermediate
Almost every website in the world has user authentication, in this project you have to implement user authentication using NodeJS for building a backend REST API and React.js and sessionStorage API for the front end web application.
Iniciar proyectoJavascript
HTML and CSS
ReactJS
intermediate
Use React and HTTP Fetch to create a Meetup.com clone
Iniciar proyectoJavascript
The DOM
HTML and CSS
easy
Use your CSS/HTML/JS skills to randomly draw a poker card on every website refresh.
Iniciar proyectoJavascript
Python
Flask
easy
Almost every website in the world has user authentication, in this project you have to implement user authentication using the Python Flask framework for building a backend REST API and React.js and sessionStorage API for the front end web application.
Iniciar proyectoJavascript
Programacion Orientada a Objectos
javascript objects
beginner
Aprende como funcionan los objetos y clases, y por qué son tan útiles en programación.
Iniciar ejercicioJavascript
vanillajs
The DOM
easy
Paso a paso, ve sobre todos los conceptos y métodos del DOM: Usa Javascript para manipular los estilos de los elementos de HTML.
Iniciar ejerciciojavascript objects
Conditions
Array
easy
165 ejercicios de Javascript ideales para quienes practicar objetos, funciones y muchas cosas más de Javascript.
Iniciar ejercicioJavascript
Arrays
Aprende a simplificar operaciones de datos complejas con el método reduce en JavaScript. Descubre ejemplos prácticos y mejora tus habilidades de programación.
Leer articuloJavascript
Arrays
Descubre cómo trabajar con arrays vacíos en Javascript. Aprende cómo crearlos, verificar si están vacíos y manipularlos de manera efectiva.
Leer articuloJavascript
install
windows
Every good web developer needs to run Javacript on it's developing machine, here's how to make your System Javascript ready.
Leer articuloJavascript
Aprenderás todo sobre los fundamentos de Javascript, comenzando con los conceptos básicos de sintaxis, condicionales, funciones y arrays.
Leer lecciónJavascript
JavaScript ha estado sentado en el trono de las aplicaciones web desde que se creó, pero ese no es el único uso que podemos darle a este gran lenguaje.
Leer lecciónJavascript
JQuery
Hola chicos, es hora de saber más sobre qué es Jquery, al final tu serás el juez y decidirás cuál usarás (Jquery vs Javascript)
Leer lecciónJavascript
ReactJS
intermediate
Use the audio tag to create your own music player
Iniciar proyectoJavascript
ReactJS
intermediate
Create a simple todo web app using the React.js framework
Iniciar proyectoJavascript
vanilla.js
HTML and CSS
intermediate
Practice building algorithms by doing a selection-sorting algorithm and displaying it on a website
Iniciar proyectoJavascript
HTML and CSS
intermediate
Replicate a professional real-life landing page using bootstrap
Iniciar proyectoJavascript
Node
easy
The domain mafia is far from over, with more domain extensions every day is a good idea to chase for great domain available to buy. Who knows, maybe you get lucky and become a millionaire!
Iniciar proyectoJavascript
The DOM
HTML and CSS
easy
Disneyland for procrastinators. Learning Javascript? This excuse generator tutorial takes no more than 20 lines of code and can save you for the rest of your life!
Iniciar proyectoJavascript
React Hooks
React useState
easy
Use your react.js skills to make a simple counter component
Iniciar proyectoJavascript
vanilla.js
HTML and CSS
intermediate
Build a real life beautiful landing page without any framework and collecting leads
Iniciar proyectoJavascript
ReactJS
easy
Create a small react component with its own state and event listeners
Iniciar proyectoJavascript
Conditions
Node
easy
Practica tus habilidades programando en Javascript con este conjunto de ejercicios interactivos y auto-evaluados
Iniciar ejercicioJavascript
vanillajs
Javascript Events
beginner
Aprende a convertir tu aplicación interactiva, espera por el usuario para hacer click, usa el teclado, usa el mouse, cambia el tamaño de la ventana y mucho más!
Iniciar ejercicioJavascript
Array
Loops
easy
Aprende Arrays y ciclos de Javascript, con una docena de ejercicios del tutorial interactivo, obtén feedback instantáneo con auto-corrección y video-soluciones
Iniciar ejercicioJavascript
String Concatenation
Aprende a utilizar el método split en JavaScript para dividir cadenas de texto en elementos individuales.
Leer articuloJavascript
Arrays
Descubre cómo utilizar el método forEach en JavaScript para iterar y realizar operaciones en elementos de un arreglo.
Leer articuloJavascript
Regular Expression
Python
Descubre cómo utilizar expresiones regulares para encontrar patrones de texto que no coinciden y optimiza tus búsquedas en línea. Aprende más sobre regex para no match aquí.
Leer articulo