Skip to content
CYNOSYS

CYNOSYS

  • Salesforce
  • Javascript
©2019 CYNOSYS

Tag: es6

Categories Javascript

ES6 Javascript Tips for Lightning Web Component Developers

Posted on March 5, 2020May 2, 2020by xenon
Variables ES6 introduced let and const keywords for defining variables. let: Allows to declare a variable with block scope. Eg: This will throw an error saying 'x is not …
Continue reading "ES6 Javascript Tips for Lightning Web Component Developers"
Search