Node.js
nodejs.org โบ en
Node.js โ Run JavaScript Everywhere
Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Blog
Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
About
Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Download
Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Node.js
Node.jsยฎ is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Factsheet
Original author Ryan Dahl
Developer OpenJS Foundation
Initial release May 27, 2009; 16 years ago (2009-05-27)
Original author Ryan Dahl
Developer OpenJS Foundation
Initial release May 27, 2009; 16 years ago (2009-05-27)
Microsoft Store
apps.microsoft.com โบ detail โบ 9pn0v3g6pgh5
JavaScript - Java Script Programming - Free download and install on Windows | Microsoft Store
If you want to learn programming but donโt know how to start, our app JavaScript Coding will help you! It includes various Java lessons for beginners which will help you to understand the basics of coding. After each lesson you can complete a task to test knowledge and run the code to see the result.
Videos
p5.js
p5js.org
p5.js
p5.js is a friendly tool for learning to code and make art. It is a free and open-source JavaScript library built by an inclusive, nurturing community.
Softonic
en.softonic.com โบ downloads โบ javascript
Download Javascript - Best Software & Apps
Download Javascript. Free and safe download. Download the latest version of the top software, games, programs and apps in 2025.
RunJS
runjs.app
RunJS - JavaScript and TypeScript Playground for macOS, Windows and Linux
If you want to quickly see what a wee JavaScript snippet evaluates to, RunJS is a delightful way to find out. It's free. And pretty. And cross-platform.
Playcode
playcode.io
JavaScript Playground - Free Online JS Sandbox
The #1 JavaScript playground to write, run and test code instantly. Free JS sandbox with live preview, npm packages, and AI coding assistant. No setup required.
Microsoft Store
apps.microsoft.com โบ detail โบ 9nblggh16mgk
JavaScript Studio - Free download and install on Windows | Microsoft Store
These days many of us we use a smartphone anytime, as a developers sometimes we create code using some text editor to save it "One Note or Microsoft Word" in our phone, for this reason I developed JavaScript Studio app a smart app that works ...
Soft112
free-javascript-editor.soft112.com
Free JavaScript Editor 4.7 Free Download
Beside rich possibilities of editing scripts (JavaScript, HTML, CSS, VBScript, PHP and ASP syntax highlighting, etc)... Read More ยท Rating: Click stars to rate this APP! Users Rating: 2.9/5 342 ยท Editor Rating: 5.0/5 ยท Downloads: 377,393 ยท Updated At: 2025-08-19 ยท Publisher: Yaldex Software ยท Operating System: Windows ยท License Type: Free ยท
GNU
gnu.org โบ software โบ librejs โบ free-your-javascript.html
GNU Project - Releasing your JavaScript as Free Software
Copyright (C) 2014 Loic J. Duros The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GNU GPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later ...
Free Software Foundation
fsf.org โบ campaigns โบ freejs
The Free JavaScript campaign โ Free Software Foundation โ Working together for free software
If we want to be able to browse the Web without running nonfree software, we need to work together to call for change. The Free JavaScript campaign persuades companies, governments, and NGOs to make their Web sites work without requiring that users run any proprietary software.
Guru99
guru99.com โบ home โบ javascript โบ 9 best free javascript ide & editor (2025)
9 Best FREE JavaScript IDE & Editor (2025)
May 14, 2025 - Dreamweaver is a popular JavaScript Development Tool. This tool helps you to create, publish, and manage websites. Dynamic websites can be quickly developed using Dreamweaver. This tool helps you to customize workspace the way you like. Visit Dreamweaver ยท Dreamweaver is a comprehensive solution I reviewed during my research for the Best FREE JavaScript IDE & Editor.
javascript.com
javascript.com
Learn JavaScript Online - Courses for Beginners - javascript.com
JavaScript.com is a resource for the JavaScript community. 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.
GNU
gnu.org โบ philosophy โบ javascript-trap.html
The JavaScript Trap - GNU Project - Free Software Foundation
For instance, Google Docs tries to install into your browser a JavaScript program which measures half a megabyte, in a compacted form that we could call Obfuscript. This compacted form is made from the source code, by deleting the extra spaces that make the code readable and the explanatory remarks that make it comprehensible, and replacing each meaningful name in the code with an arbitrary short name so we can't tell what it is supposed to mean. Part of the meaning of free software is that users have access to the program's source code (its plan).
CNET
download.cnet.com โบ free-javascript-editor โบ 3000-10248_4-10907077.html
Free JavaScript Editor for Windows - Free download and software reviews - CNET Download
November 7, 2018 - Download Free JavaScript Editor latest version for Windows free. Free JavaScript Editor latest update: November 7, 2018
Playcode
playcode.io โบ javascript-compiler
JavaScript Compiler - AI-Powered JS Compiler Online | Free
Yes, PlayCode's JavaScript compiler is completely free to use. You can compile and run unlimited JavaScript code, use npm packages, and see live preview results without paying anything.
Softonic
en.softonic.com โบ downloads โบ javascript-development
Download Javascript Development - Best Software & Apps
Download Javascript Development. Free and safe download. Download the latest version of the top software, games, programs and apps in 2024.
Yaldex
yaldex.com โบ Free_JavaScript_Editor.htm
Free JavaScript Editor
Free JavaScript Editor can be used for professional editing JavaScript code and creating special effects for webpages using CSS, DHTML, JavaScript and Ajax
Reddit
reddit.com โบ r/learnjavascript โบ what free website/app do you recommend to learn javascript?
r/learnjavascript on Reddit: What free website/app do you recommend to learn Javascript?
November 3, 2022 -
I have no previous experiences with any coding language and want to learn Javascript from the beginning. What free website/app do you recommend?
Top answer 1 of 5
7
l always recommend freecodecamp.org/learn for newcomers. it holds your hand and is interactive. once you have gone thru that you can check out jad joubran's https://learnjavascript.online/ course. the first 77 lessons are free and after that it's a one time payment of 80~โฌ. you get 5 year access and its tremendous value
2 of 5
7
Here are some excellent beginner resources for learning JavaScript Mozilla Developer Network - the leading resource on JS FreeCodeCamp - free course Microsoft's Intro to Node.js CodeAcademy - intro to javascript - free course Odin Project - full stack javascript - free course JavaScript for impatient programmers - book Eloquent Javascript - book (many people struggle with this book) javascript.info - reference resource Traversy Crash Course in Javascript - video series Intermediate/advanced material JavaScript Design Patterns - free book Professor Frisby's Mostly Adequate Guide to Functional Programming - free book What the heck is the event loop anyway? - JSConf talk about the event loop Understanding the Weird Parts - paid course covering more advanced topics Deep JavaScript: Theory & Techniques - free book Software Node.js - the most popular javascript runtime VS Code - the most popular IDE for JavaScript Code Sandboxes JS Fiddle JS Bin CodeSandbox CodePen Repl.it - node Other handy sites Regexr Github Gist Github Lab Learn Git Branching CodeWars
Software Informer
javascript-maker.software.informer.com โบ windows โบ developer tools โบ ide โบ javascript maker
JavaScript Maker. Get the software safely and easily.
August 9, 2025 - JavaScript Maker version 2.7 (javacpl.exe) free download, latest version 2.7, JavaScript Maker version 2.7 is a Windows 32-bit application which helps...