#javascript

Level up with your javascript skills with these tips and tidbits.

Check out our pinterest page dedicated to javascript as well!

Javascript Rest Parameters

Apr 21, 2019

ES6 introduced the rest parameter syntax which you should use instead of the arguments object for a javascript function

HTML5 Audio Element

Apr 14, 2019

Using HTML5 you can embed audio on your website

Using Sets in Javascript To Remove Duplicates

Apr 12, 2019

Javascript sets were introduced with ES6 and can be leveraged to quickly remove duplicates from an array.

Using Console.trace In Javascript

Apr 05, 2019

Output the stack trace in #javascript using the console.trace method.

Node.js debugging with Google Chrome

Apr 01, 2019

In node.js and Google Chrome you can debug applications directly from the dev tools.