Tagged: lightning web components
If you are learning Lightning Web Components (LWC), understanding component communication is extremely important. Our previous post covered Parent to Child communication. In this blog we are going to explore about Child to Parent...
Variables are used to store the data. JavaScript is a dynamically typed language hence, type of variable decided at runtime. We can declare variables is JavaScript by three ways using var, let and const
LWC is a modern programming model to build lightning components in salesforce platform. It is a framework for building web components using modern web standards like JavaScript, HTML and CSS. These web components are reusable building blocks encapsulated in their own DOM structure.