This commit is contained in:
tparnell
2018-10-13 10:44:30 -04:00
parent eeeafcb153
commit 53139eab8a

View File

@@ -88,8 +88,10 @@ Here is a skill legend, if these are not on line items they are on headers of se
- [ ] Annonymous and Lambda functions - [ ] Annonymous and Lambda functions
- [ ] Property getters and setters - [ ] Property getters and setters
- [ ] Generics - [ ] Generics
- [ ] Closures
- [ ] Regular Expressions aka regex :sparkles: - [ ] Regular Expressions aka regex :sparkles:
## Language tools ## Language tools
- [ ] package managers :sparkles: - [ ] package managers :sparkles:
@@ -157,3 +159,4 @@ Here is a skill legend, if these are not on line items they are on headers of se
- [ ] string interpolation :dizzy: - [ ] string interpolation :dizzy:
- [ ] Object spread :sparkles: - [ ] Object spread :sparkles:
- [ ] Babel :dizzy: - [ ] Babel :dizzy:
- [ ] `let` vs `var`