Modern Javascript Round Up - ES2015

Drupal Camp Asheville 2024 - July 12th-14th

Room
411
Start Time

Topics

Presenter(s)

Adam Smith
of
ACODESMITH

Together we will review how you can write ES2015 / ES6 syntax in your Drupal application. We will learn how to run a "transpiler" in order to build backwards-compatible javascript while utilizing modern syntax. We will compare old techniques to modern techniques so you can start refactoring immediately.

Key syntax features to be discussed:

  • Destructuring
  • Arrow Functions
  • Blocked Scope Declarations
  • Import / Export modules
  • String Interpolation