Lê Minh Hiếu (Otis)

Results 3 issues of Lê Minh Hiếu (Otis)

Code: `_.range(1, 2, 0.1);` ### Current result: ### Expect result: `[1, 1.1, 1.2, ...]`

`_.max([4, 2, '8', '6', 'a', [9], {name: 'Otis'}]);` ### Current result: `return 'a';` ### Expect result: `// return some error or return 4`

#### Testing environment: REPL #### Reproduce steps - Have the code as in the attached image - Test with hour by typing alternately `65` -> `54` -> `43` -> `32`...

bug