added extra resources on spread operator

This commit is contained in:
aiden01
2019-08-11 13:46:11 -04:00
parent f0107f18df
commit aa0f2f5bf2
@@ -5,6 +5,8 @@ title: "Spread operator"
created_at: 2019/08/10
external_resources:
- "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax"
- "https://javascript.info/rest-parameters-spread-operator"
- "https://www.freecodecamp.org/news/spread-operator-and-rest-parameter-in-javascript-es6-4416a9f47e5e/"
---
# An overview of the spread operator