issues Search Results · repo:ooade/Advanced-JavaScript language:JavaScript
Filter by
2 results
(47 ms)2 results
inooade/Advanced-JavaScript (press backspace or delete to remove)You used much of the arguments object which is deprecated and not allowed in strict mode. A better approach would be to
use the spread operator.
For example
function highest(){
return makeArray(arguments).sort(function(a,b){ ...
ashinzekene
- 11
- Opened on Dec 26, 2017
- #2
Awesome post. Read everything and learnt much. I was able to spot some little errors
There is supposed to be a ? at
https://github.com/ooade/Advanced-JavaScript/blob/master/README.md#L190
https://github.com/ooade/Advanced-JavaScript/blob/master/README.md#213 ...
ashinzekene
- 5
- Opened on Dec 26, 2017
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.