update status for type conversion stuff

Josh Wolfe 2017-09-25 12:34:18 -07:00
parent bf7e995f58
commit c0bc867004

@ -2,12 +2,12 @@
- [x] invalid digits - [x] invalid digits
- Type conversion - Type conversion
- [x] ToPrimitive (@thejoshwolfe) - [x] ToPrimitive (@thejoshwolfe)
- [x] ToBoolean (@thejoshwolfe) - [ ] ToBoolean (@thejoshwolfe)
- [x] ToNumber (@thejoshwolfe) - [x] ToNumber (@thejoshwolfe)
- [x] ToString (@thejoshwolfe) - [ ] ToString (@thejoshwolfe)
- [ ] ToObject (@thejoshwolfe) - [x] ToObject (@thejoshwolfe)
- [ ] ToNumeric (@thejoshwolfe) - [ ] ToNumeric (@thejoshwolfe)
- [x] RequireObjectCoercible (@thejoshwolfe) - [ ] RequireObjectCoercible (@thejoshwolfe)
- Testing/comparison - Testing/comparison
- [x] less than - [x] less than
- [x] less than or equal - [x] less than or equal
@ -46,7 +46,7 @@
- [ ] constructor - [ ] constructor
- [ ] toLocaleString (@thejoshwolfe) - [ ] toLocaleString (@thejoshwolfe)
- [ ] toString (@cxielarko) - [ ] toString (@cxielarko)
- [x] valueOf (@thejoshwolfe) - [ ] valueOf (@thejoshwolfe)
- [x] JSON.stringify - [x] JSON.stringify
- [x] Number constructor - [x] Number constructor
- TypedArrays - TypedArrays