Mi Full Cuenta
  • Lista de deseo (0)
  • Mi Full Cuenta
  • Carrito de Compras
  • Caja
Registro o Iniciar Sesión
FullCompras
Webpay
Registro o Iniciar Sesión
  • Moda
    • Zapatos de Mujer
      • Zapatillas
      • Dr. Martens para Mujer
    • Zapatos de Hombre
      • Dr. Martens para Hombre
    • Relojes
      • Mujeres
    • Joyas
      • Aros
    • Lentes de Sol
      • Hombres
    • Accesorios
      • Carteras
    • Mochilas, Maletas y Bolsos
      • Mochilas
    • Ropa de Mujer
      • Ropa Interior
      • Trajes de Baño
      • Vestidos
    • Ropa de Hombre
      • Zapatillas
      • Ropa Interior
      • Trajes de Baño
      • 5.11
    • Accesorios y Otros de 5.11
    • Moda Mujer
      • 5.11
  • Juguetes
    • Tech Deck
    • Legos
      • LEGO Brickheadz
      • Star Wars
      • Lego Architecture
      • Lego Friends
      • Lego Minecraft
      • Lego Creator
      • Lego Boost
      • LEGO Technic
    • Juegos de Mesa
      • Juegos de Estrategia y Guerra
        • Estrategia y Guerra mayores de 14 años
    • Mundo Robots
    • Muñecas y Accesorios
      • L.O.L. Surprise!
    • Crayola
    • Fisher-Price
    • Paw Patrol
    • Hot Wheels
  • Computadoras
    • Desktops y Monitores
      • Soportes para Monitores
    • Laptops y Tablets
    • Accesorios y Periféricos
    • Partes y Componentes
    • Software
    • Impresoras y Tintas
  • Tecnología
    • Celulares y Accesorios
    • TV y Video
    • Accesorios Electrónica
    • Cámara, Foto y Video
    • Video Juegos
    • Audio Portátil y Accesorios
    • Electrónicos para Autos y GPS
      • Radios
      • Video para Autos
      • Parlantes
      • Accesorios para audio y video
    • Home Audio y Teatro
  • Herramientas y Mejoras del Hogar
    • Fluke
    • Herramientas Manuales
    • Multímetros
  • Behringer
  • Hogar y Cuidado Personal
    • Pure Enrichment
      • Humidificadores y Deshumidificadores
  • Mundo Detailing
  • Repuestos y Accesorios para Vehículos
    • SpeedTech Lights3
  • Mundo Scooters
    • Scooters Eléctricos
    • Scooters para Niños
  • Peaky Blinders
  • Mundo Gamers
    • Monitores para Gamers
    • PlayStation 4
      • Juegos para PlayStation 4
      • Consolas PlayStation 4
      • Accesorios para PlayStation 4
      • Realidad Virtual PlayStation 4
    • Mouse Gamers
    • Sillas para Gamers
    • Audífonos para Gamers
    • Consolas de VideoJuegos
  • AirSoft
    • Rieles de Armas AirSoft
    • Miras y Ópticas para AirSoft
    • Balines y Postas para AirSoft
    • Baterias para AirSoft
    • Armas y Rifles para AirSoft
  • Deportes y Aire Libre
    • Senderismo
      • Mochilas para Senderismo
    • Golf
      • Carros de Golf
      • Pelotas de Golf
      • Palos de Golf
      • Bolsas para Palos de Golf
      • Guantes de Golf
      • Calzado de Mujer para Golf
    • Contigo
    • 5.11
  • Mundo 3D
    • Accesorios para Impresoras 3D
    • Materiales de Impresión 3D
    • Impresoras 3D
Categorias
  • Productos en Oferta
  • Mundo Gamer
    • Consolas
    • Lentes para Gamers
    • Monitores para Gamers
    • PC Gamers
    • Sillas
Buscar
FullCompras
Carrito FullCompras
0
Cuenta FullCompras

Ver Carrito

0 artículo(s) - $0
  • Tu carro esta vacío!

Eloquent JavaScript, tercera edición: una introducción moderna a la programación Eloquent JavaScript, tercera edición: una introducción moderna a la programación

Eloquent JavaScript, tercera edición: una introducción moderna a la programación

  • Marca: No Starch Press
  • Código de Producto: 1593279507
  •  
     
  • Concepto Costo
    Costo de Compra $19.041
    Transporte y Manejo Internacional $8.604
    Aranceles de Importacion $1.659
    Precio Neto $29.303
    IVA (19%) $5.568
    TOTAL $34.871
Cantidad
Añade a la Lista de Deseos
Compara este Producto
  • Descripción
  • Opiniones
-It can be a gift option
-Comes with secure packaging
-It is made up of premium quality material.

Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications. JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of Java¬Script and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track. As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to: - Understand the essential elements of programming, including syntax, control, and data - Organize and clarify your code with object-oriented and functional programming techniques - Script the browser and make basic web applications - Use the DOM effectively to interact with browsers - Harness Node.js to build servers and utilities Isn't it time you became fluent in the language of the Web? * All source code is available online in an inter¬active sandbox, where you can edit the code, run it, and see its output instantly. Contents Introduction (Part 1: Language) Values, Types, and Operators Program Structure Functions Data Structures: Objects and Arrays Higher-order Functions The Secret Life of Objects Project: A Robot Bugs and Errors Regular Expressions Modules Asynchronous Programming Project: A Programming Language (Part 2: Browser) JavaScript and the Browser The Document Object Model Handling Events Project: A Platform Game Drawing on Canvas HTTP and Forms Project: A Pixel Art Editor (Part 3: Node) Node.js Project: Skill-Sharing Website


Escribe una nueva opinión

Escribe una nueva opinión

Nota: No se permite HTML!
    Malo           Bueno
AQUI AQUI AQUI AQUI
 

Tu producto se añadió al carrito.

Eloquent JavaScript, tercera edición: una introducción moderna a la programación
 
Continuar Comprando
Ir al Carrito
 

Es necesario consultar disponibilidad para más de 3 unidades. Puedes realizarlo a través de nuestro chat, en la esquina inferior derecha.
Aceptar

Servicio al Cliente
  • Términos y Condiciones
  • Políticas de Privacidad
  • Contacto
  • Comunidad Fullcompras
Sobre las Compras
  • Full Creditos
  • ¿Cómo Comprar?
  • Formas de Pago
  • Garantía
  • Preguntas Frecuentes
Mi Cuenta
  • Mi Cuenta
  • Historial de Pedidos
  • Lista de Deseos
  • Boletín Noticias
  • Blog
Dirección
 Marchant Pereira 150, Ofic. 1102, Providencia, Santiago - Chile
 Phone: +56 9 6687 2473
  Email: info@fullcompras.cl
Newsletter

Entérate de noticias, tendencias y ofertas

Redes Sociales
  •  
  • WhatsApp 
Top
Copyright 2015-2024 FullCompras.cl Diseño y Desarrollo por Pasillo Digital
Sitio esta optimizado para ser visto en Google Chrome, Firefox y Safari - No es compatible con versiones de Internet Explorer