Search Articles — Sudonull

Search Results

In this project

Engine for hex battles on JS: sprites and animations

https://sudonull.com/engine-for-hex-battles-on-js-sprites-and-animations

Breakdown of a sprite engine on JavaScript for tactical battles on hexagons. Animations, controls, hex algorithms and AI sprites. Study the code and implementation for middle developers.

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.

FVD Speed Dial Customization: Search Engine Selection

https://sudonull.com/fvd-speed-dial-customization-search-engine-selection

FVD Speed Dial Setup for Choosing Google, Yandex or DuckDuckGo Instead of Yahoo Auto-Detection. Step-by-Step Breakdown of search.js and style.css Code. Instructions for Middle/Senior Developers.

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.

From the web

JavaScript - MDN Web Docs

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 …

JavaScript Tutorial - W3Schools

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

JavaScript is easy to learn. This tutorial covers everything from basic JavaScript up to the latest 2026 version. Start learning JavaScript now » With our Try it Yourself editor, you can edit the source code …

The Modern JavaScript Tutorial

https://javascript.info/

Jun 23, 2026 · 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.

JavaScript - Wikipedia

https://en.wikipedia.org/wiki/JavaScript

Although Java and JavaScript are similar in name and syntax, the two languages are distinct and differ greatly in design. The first popular web browser with a graphical user interface, Mosaic, was released …

What is JavaScript? - Learn web development | MDN

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 …

JavaScript Tutorial

https://www.javascripttutorial.net/

JavaScript Tutorial provides you with many practical tutorials that help you learn JavaScript from scratch quickly and effectively.

JavaScript Tutorial - GeeksforGeeks

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

Jun 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: …

Learn JavaScript Online - Courses for Beginners - javascript.com

https://www.javascript.com/

You will find resources and examples for JavaScript beginners as well as support for JavaScript experts. Learn JavaScript or free with our easy to use input output machine.

How to enable JavaScript in your browser and why

https://www.enable-javascript.com/

Nowadays almost all web pages contain JavaScript, a scripting programming language that runs on visitor's web browser. It makes web pages functional for specific purposes and if disabled for some …

Node.js — Run JavaScript Everywhere

https://nodejs.org/

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Trending Now