About 64,900,000 results
Open links in new tab
  1. Bad Practices in JavaScript: Common Pitfalls and How to Avoid Them

    Dec 28, 2024 · Bad practices in JavaScript are common, but they can be avoided with proper knowledge and discipline. By following these best practices, you’ll write cleaner, more efficient, and more secure …

  2. JavaScript: The Good and The Bad - CodeProject

    Sep 21, 2016 · There are many other good parts in JavaScript like lambdas, callback functions, asynchronous JavaScript aka AJAX, prototypes and list goes on. The Bad This is going to be …

  3. Such a Messy Language. Why does JavaScript have such a bad

    Jul 30, 2022 · Needless to say, this code is a mess. This is messy JavaScript — the kind of JavaScript that prompts a torrent of Medium articles calling JavaScript dangerous, risky, buggy, stupid.

  4. 10 Bad JavaScript Habits to Get Rid of in 2025

    Jan 7, 2025 · Here are 10 JavaScript practices you need to abandon today to level up your skills. Good coding habits go beyond aesthetics — they’re the backbone of scalable, high-performing, and …

  5. Is JavaScript Bad? Well, Only If You Are Using It Wrong

    Feb 26, 2021 · Many people think that JavaScript is bad, and using it on a website means you're somehow bad. Personally, I don't think that's often the case.

  6. Common JavaScript Bad Practices to Avoid in Your Code

    By avoiding common JavaScript bad practices, you'll create a more maintainable, efficient, and scalable codebase. Remember to focus on simplicity, encapsulation, and abstraction when writing your code.

  7. HTTP response status codes - HTTP | MDN - MDN Web Docs

    Jan 5, 2026 · HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:

  8. What are some things you consider as bad practice in JavaScript?

    Dec 18, 2021 · Javascript is a language that makes a lot of assumptions for you which may or not be what you want. For Javascript specific bad practices it comes down to not being explicit enough. The …

  9. 10 Common Bad JavaScript Practices to Avoid for Better Code Quality

    May 25, 2023 · 10 Common Bad JavaScript Practices to Avoid for Better Code Quality JavaScript is a powerful language that empowers developers to create dynamic and interactive web applications.

  10. JavaScript: The Good, The Bad & The Ugly - LinkedIn

    Mar 9, 2025 · 🚀 JavaScript is the backbone of web development, powering everything from simple websites to complex web applications. But like every technology, it has its highs and lows.