Skip to content

Commit 4366366

Browse files
Powell-v2roblarsen
authored andcommitted
adds a couple of ES6 related questions (partly addresses h5bp#421) (h5bp#440)
1 parent 9da03fd commit 4366366

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
159159
* Can you give an example for destructuring an object or an array?
160160
* ES6 Template Literals offer a lot of flexibility in generating strings, can you give an example?
161161
* Can you give an example of a curry function and why this syntax offers an advantage?
162+
* What are the benefits of using `spread syntax` and how is it different from `rest syntax`?
163+
* How can you share code between files?
164+
* Why you might want to create static class members?
162165

163166
#### Testing Questions:
164167

0 commit comments

Comments
 (0)