Namya Shahbigsmoke.hashnode.dev·Dec 21, 2023JavaScript Interview Related Important TopicsCore JavaScript Concepts: Data Types and Variables: Understand primitive and reference data types, variable declaration, and scoping (var, let, const). Functions: Function declaration, expression, anonymous functions, arrow functions, closures, and...JavaScript
Siddharth Singhofficiallysidsingh.hashnode.dev·Apr 14, 2023Call, Apply and Bind Functions In JavaScriptFunction Borrowing In JavaScript, function borrowing refers to the practice of reusing a function from one object or context in another object or context. This is achieved by binding the function to the new object or context so that it can be called ...46 readsJavaScript