Mar 15 · 3 min read · We know how to write functions in JS, right? We use the function keyword, whose main role is to create a function. But did you know that there are two function form variants (or more, depending on the
Join discussion
Mar 11 · 4 min read · The Context If you are a JS developer you must be knowing what scope means in JavaScript . Basically scope means a logical place in memory where any variable , functions or objects stored . There is g
Join discussion