What href attribute should you use for JavaScript-only links?
Learn the best practices for adding JavaScript links to your code using buttons and divs.
Learn the best practices for adding JavaScript links to your code using buttons and divs.
Learn how to fix a mistake using the “git commit -amend” command and understand when it is appropriate to force push a changed commit.
Learn eight methods for determining if a string contains a substring in JavaScript.
Learn how to verify if a checkbox or radio button is checked using the .checked property in JavaScript.
In this video, Brian L. Gorman uncovers the relationship between efficiency and branch prediction when executing arrays in Java.
A common misconception is that Java is a pass by reference language. In this video Brian L. Gorman exposes the inner workings of pass by value.
Learn three methods for managing multiple scripts within a JavaScript project.
Learn how to redirect from one page to another in JavaScript using the window.location object.
Learn how to create a JavaScript function that will parse the query string into its constituent parts.
Learn how “use strict” can introduce more robust error reporting to your JavaScript code and cut down on logical errors.
Learn the difference between == and ===, and understand which you should be using in your code.
Learn how to account for time discontinuities in Java and use the new Java Time API to calculate durations accurately.