Nilanga VirajithLexical Environment in JavaScriptBy definition, lexical environment is a data structure that holds the identifier-variable mapping. So if we take a simple function with…Jul 29, 2022Jul 29, 2022
Nilanga VirajithSet up scheduled tasks with AWS Fargate using CloudFormation TemplatesOut of the multiple options available in AWS to run containers, Fargate is the best option to deploy a scheduled task that only runs a…Jul 14, 20221Jul 14, 20221
Nilanga VirajithJavaScript HoistingHoisting is the behavior of JavaScript that moves the variable and function declarations to the top of the scope, which means variables and…Apr 16, 2022Apr 16, 2022
Nilanga VirajithFunction statements vs Function expressions in JavaScriptWhen working with javascript, you must’ve come across this jargon and you might’ve wondered what these really mean. So let me try to…Apr 16, 20222Apr 16, 20222