content(resources): clean up markdown files, headings & codeblocks

This commit is contained in:
Jean-Philippe Sirois
2020-05-13 07:10:53 -04:00
parent 1d42773186
commit 6356927a35
10 changed files with 110 additions and 117 deletions
@@ -12,8 +12,6 @@ external_resources:
href: "https://www.freecodecamp.org/news/spread-operator-and-rest-parameter-in-javascript-es6-4416a9f47e5e/"
---
# An overview of the spread operator
Spread operator (or spread syntax) is a powerful feature in Javascript which allows you to do such things as merging or copying objects, expanding an array into function arguments and a lot more. In this post, we are going to cover most of its use-cases.
## Copying an object