Skip to content

Lucy's Tech Dev Blog

  • Home
  • Contact Me
  • About Me

ES6 additions

December 10, 2021 by Lucy Estela

Block Scope

Before ES6 (2015), JavaScript had only Global Scope and Function Scope.

ES6 introduced two important new JavaScript keywords: let and const.
These two keywords provide Block Scope in JavaScript.Variables declared inside a { } block cannot be accessed from outside the block:
Categories Blog Tags block scope
Post navigation
Javascript – Common Methods
A Trick to stop your Metahuman crashing your Hololens2

Recent Posts

  • Running Affinity on the Hololens 2
  • Storybook .stories Quickstart
  • Unreal Quick Tips – Things I always forget
  • React – Step 1 – Installation
  • Website Optimisation Tip: Converting .pngs to .webp

Archives

  • January 2023
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • February 2022
  • December 2021
  • June 2021
  • May 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • June 2020

Categories

  • Animation Blueprint
  • Blog
  • Character Animation
  • Character Blueprint
  • Hololens 2
  • HTML
  • javascript
  • metahuman
  • Mixamo
  • React
  • Storybook
  • Uncategorized
  • Unity
  • Unreal
  • web
© 2025 Lucy's Tech Dev Blog • Built with GeneratePress