Search Articles — Sudonull

Search Results

In this project

JavaScript Date Parser: Hidden Errors and Fixes

https://sudonull.com/javascript-date-parser-hidden-errors-and-fixes

Breakdown of the new Date(string) mechanism in JS: why it parses any text, timezone problems and how to avoid bugs in production. For developers: regex-validation and alternatives.

JavaScript vs Python Which Is Better: Full 2026 Guide

https://sudonull.com/javascript-vs-python-which-is-better-full-2026-guide

JavaScript vs Python which is better for you? Compare ease of learning, salaries, use cases, and career paths to choose the right first language in 2026. Start now.

TypeScript vs JavaScript: Key Differences Explained

https://sudonull.com/typescript-vs-javascript-key-differences-explained

What is the difference between TypeScript and JavaScript? Compare typing, use cases, and adoption. Learn which language fits your project and team best.

Yandex Music Playlist Export Script in JS

https://sudonull.com/yandex-music-playlist-export-script-in-js

Extract tracks from Yandex Music to TXT/CSV in minutes. JavaScript in DevTools for virtualized list. Instructions, code and examples for developers.

npm Dependency Bloat: 3 Causes and Solutions

https://sudonull.com/npm-dependency-bloat-3-causes-and-solutions

Analysis of Reasons for Growth of Dependency Trees in JavaScript: legacy support, atomic packages, outdated ponyfills. Tools for cleanup and bundle optimization for middle/senior dev. Learn how to reduce size by 50%.

From the web

May 22, 2026 ·

https://developer.mozilla.org/en-US/docs/Web/JavaScript

May 22, 2026 · JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.

2 days ago ·

https://javascript.info/

2 days ago · Here we learn JavaScript , starting from scratch and go on to advanced concepts like OOP. We concentrate on the language itself here, with the minimum of environment-specific notes.

Jul 23, 2026 ·

https://www.geeksforgeeks.org/javascript/javascript-tutorial/

Jul 23, 2026 · JavaScript is a versatile language that powers various applications, from web development to mobile apps, making it an essential tool for modern programming. Web Development: JavaScript is widely used in web development to create interactive and dynamic websites.

Apr 10, 2026 ·

https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/What_is_JavaScript

Apr 10, 2026 · Welcome to the MDN beginner's JavaScript course! In this article we will look at JavaScript from a high level, answering questions such as "What is it?" and "What can you do with it?", and making sure you are comfortable with JavaScript 's purpose.

Searches related to javascript

https://www.w3schools.com/js/js_intro.asp

What Can JavaScript Do? JavaScript is the programming language of the web. It can calculate, manipulate and validate data. It can update and change both HTML and CSS.

Trending Now