Arrow functions, the basicsThere’s another very simple and concise syntax for creating functions, that’s often better than Function Expressions.Jan 16, 2024Jan 16, 2024
Methods 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 15, 2024Jan 15, 2024
Function expressions in JavaScriptIn JavaScript, a function is not a “magical language structure”, but a special kind of value.Jan 15, 2024Jan 15, 2024