Jul 30, 2024 · 2 min read · In javascript Spread operator is represented by three dots ... and is used to expand or spread out elements of an iterable such as an array, string, object. Here are few common use cases: Copying an array const originalArray = [10,20,30]; const cop...
Join discussionSep 19, 2023 · 3 min read · Introduction JavaScript has come a long way since its inception, and one of the most significant updates to the language was the introduction of ECMAScript 2015, commonly referred to as ES6 (ECMAScript 6). ES6 brought a plethora of new features and e...
Join discussion