JavaScript Data Types - with examplesJanuary 10th 2018 JavaScriptLearn about differen JavaScript Data Types and when to use them.
16 Junior Web Developer Portfolio ExamplesDecember 13th 2017 ArticlesHere are several Junior Developer portfolio websites for you to get inspiration from.
jQuery Uncheck Checkbox (and check them again)December 10th 2017 jQueryLearn how to use jQuery to check and uncheck HTML checkboxes.
The Junior Developer's Quick Start Guide to GitDecember 6th 2017 GitGet up and running using Git to version control your work.
21 Tips to make sure your first project as a Junior Developer is a success (Part 2)November 29th 2017 ArticlesMore tips on how to ensure your first Junior Developer project goes well.
jQuery trim function: How to remove whitespace from a stringNovember 24th 2017 jQueryLearn how to use the jQuery trim function.
jQuery substring: How to get part of a string using jQueryNovember 24th 2017 jQueryLearn how to create substrings of other strings with jQuery.
21 Tips to make sure your first project as a Junior Developer is a success (Part 1)November 22nd 2017 ArticlesHow to make sure your first project as a Junior Developer goes smoothly.
jQuery if statement: How to write conditions in jQueryNovember 21st 2017 jQueryLearn how to do ‘if’ statements with jQuery.
jQuery change image src - How To Change Images dynamicallyOctober 25th 2017 jQueryIf you want to dynamically update an image on your page you can use the jQuery change image src technique to select a new image.