Saltar a contenido

UD2 - JavaScript fundamentals

Como referencia de para esta unidad se ha tomado el material de "The Modern JavaScript Tutorial". En concreto los siguientes apartados del mismo:

JavaScript Fundamentals

  • Hello, world!
  • Code structure
  • The modern mode, "use strict"
  • Variables
  • Data types
  • Interaction: alert, prompt, confirm
  • Type Conversions
  • Basic operators, maths
  • Comparisons
  • Conditional branching: if, '?'
  • Logical operators
  • Nullish coalescing operator '??'
  • Loops: while and for
  • The "switch" statement

Code quality

  • Debugging in the browser
  • Coding Style
  • Comments
  • Ninja code

Material de refuerzo y ampliación

Se recomienda la realización de los siguientes cursos de la certificación algoritmos de javascript y estructuras de datos de freeCodeCamp.

  • Learn Introductory JavaScript by Building a Pyramid Generator

  • Review JavaScript Fundamentals by Building a Gradebook App

  • Learn Basic JavaScript by Building a Role Playing Game

  • Learn Basic Debugging by Building a Random Background Color Changer