braziljs / js-the-right-way

An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web
http://jstherightway.org
Other
8.7k stars 942 forks source link

Updated the old loose typing link that 404s #340

Open mikemike opened 5 months ago

mikemike commented 5 months ago

Old link: http://blog.jeremymartin.name/2008/03/understanding-loose-typing-in.html

This link is now dead, but for the longest time was also running on http (no SSL/HTTPS). I can't tell what the site is now doing, but looks like the domain expired and was repurchased by someone else in 2023.

This PR replaces the link with another article, covering the same topic in more detail. Change has been made across all languages.

New link: https://accreditly.io/articles/understanding-loose-typing-in-javascript

Thanks