From 51d9b74ae64cbdc842a1e14ab7d16ac6f951706f Mon Sep 17 00:00:00 2001 From: Simon Waldherr Date: Thu, 24 Oct 2024 20:19:28 +0200 Subject: [PATCH] Update README.md fix some dead URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e67635b5..27bc4263 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Primitive values are directly assigned to a variable, and when you manipulate a - [Primitive and Non-primitive data-types in JavaScript - GeeksforGeeks](https://www.geeksforgeeks.org/primitive-and-non-primitive-data-types-in-javascript) - [Javascript variables (Beginner thinking)](https://robiul.dev/javascript-variables-beginner-thinking) - [How numbers are encoded in JavaScript — Dr. Axel Rauschmayer](http://2ality.com/2012/04/number-encoding.html) -- [What You Need to Know About JavaScript Number Type — Max Wizard K](https://indepth.dev/posts/1139/here-is-what-you-need-to-know-about-javascripts-number-type) +- [What You Need to Know About JavaScript Number Type — Max Wizard K](https://indepth.dev/javascripts-number-type/) - [What Every JavaScript Developer Should Know About Floating Point Numbers — Chewxy](https://blog.chewxy.com/2014/02/24/what-every-javascript-developer-should-know-about-floating-point-numbers/) - [The Secret Life of JavaScript Primitives — Angus Croll](https://javascriptweblog.wordpress.com/2010/09/27/the-secret-life-of-javascript-primitives/) - [Primitive Types — Flow](https://flow.org/en/docs/types/primitives/) @@ -1259,7 +1259,7 @@ The Event Loop is a critical part of JavaScript’s concurrency model, ensuring - [Clean Code Explained – A Practical Introduction to Clean Coding for Beginners — freeCodeCamp](https://www.freecodecamp.org/news/clean-coding-for-beginners/) - [Clean Code concepts adapted for JavaScript — Ryan McDermott](https://github.com/ryanmcdermott/clean-code-javascript) -- [Clean Code Practice: How to write clean code — Tirth Bodawala](https://www.atyantik.com/clean-code-practices-javascript/) +- [Clean Code Practice: How to write clean code — Tirth Bodawala](https://atyantik.com/javascript-clean-coding-practices-a-guide-to-writing-better-code/) - [Function parameters in JavaScript Clean Code — Kevin Peters](https://medium.com/@kevin_peters/function-parameters-in-javascript-clean-code-4caac109159b) - [Keeping your code clean — Samuel James](https://codeburst.io/keeping-your-code-clean-d30bcffd1a10) - [Best Practices for Using Modern JavaScript Syntax — M. David Green](https://www.sitepoint.com/modern-javascript-best-practices/)