Recommended publication
What do the key words var
, let
and const
do?
Both let
and var
can have their values changed after declaration and can be initialized without a value. Variables declared with const
cannot change, and a value must be assigned when the variable is declared.
November 2020 - February 2022
Development of single page applications (SPAs) using Angular and implementing best practices.
May 2022 - Present
Single Page Application Development (SPA) with Angular and microservices development with Node.js/Express.
January 2022
Has successfully cleared the asserssment for the skill in Angular.
January 2022
Has successfully cleared the asserssment for the skill in Angular basic.