SVShraddha Vishwakarmainshraddha-v.hashnode.dev·Feb 13, 2023 · 3 min readWhen does a function returns "undefined"?Functions are a huge part of almost every programming language. They are used to perform a specific task or calculation and return the value. Functions help in simplifying and organizing the code by breaking down the complex tasks into smaller, reusa...01T
SVShraddha Vishwakarmainshraddha-v.hashnode.dev·Sep 4, 2022 · 4 min readPrimitive vs Reference Values in JavaScriptIf you are familiar with JavaScript, You might know that JavaScript has these data types - Boolean, Null, Undefined, Number, BigInt, String, Symbol, and object. While this is true, JavaScript has mainly two types of values: Primitive values Referen...01S
SVShraddha Vishwakarmainshraddha-v.hashnode.dev·Sep 4, 2022 · 6 min readA Beginner's Guide to SASSSASS, which stands for Syntactically Awesome StyleSheets, is a CSS extension language. It includes functionality that aren't available in standard CSS, making it easier to simplify and maintain your projects' style sheets. There are various features,...00
SVShraddha Vishwakarmainshraddha-v.hashnode.dev·Sep 1, 2022 · 4 min readWhat is FooBar?When I started learning Web Development, I came across the terms foo and bar being used in the coding examples. At first, I thought the terms were a part of the code syntax. But after coming across it many times, I somewhat understood that the terms ...00