Inerview Questions Javascript javascript-programs Day 4: Create a Rectangle Object (Hackerrank problem) By: Sunil Yadav Posted on February 8, 2022February 8, 2022 Objective In this challenge, we practice creating objects. Create a object with given length, width, perimeter, area. Task Complete the function in the editor. It […]
Inerview Questions Javascript Javascript var, let and const with examples. By: Sunil Yadav Posted on August 20, 2020February 8, 2022 Var, let and const keywords are used to declare variables in Javascript. Var is the oldest keyword for declaring variables. And let and const are […]