Himanshu SharmaArrow functions, the basicsThere’s another very simple and concise syntax for creating functions, that’s often better than Function Expressions.Jan 16Jan 16
Himanshu SharmaMethods of Primitives in JavaScriptJavaScript allows us to work with primitives (strings, numbers, etc.) as if they were objects. They also provide methods to call as such…Jan 15Jan 15
Himanshu SharmaFunction expressions in JavaScriptIn JavaScript, a function is not a “magical language structure”, but a special kind of value.Jan 15Jan 15