#intermediate
All the topics that we've covered at an intermediate level
HTML Submit Button Outside The Form
Apr 20, 2019
For a HTML form element you can put your submit button outside of the form element as long as you have reference the form’s id property with the button’s form property.
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.
CSS Symbol Selectors
Apr 11, 2019
CSS has some selector symbols that can allow you to target elements in a generalized way.
Git & Linux Dash Shortcuts
Apr 09, 2019
Using the - in linux and git can speed up your workflow and allow you to type less.