From 82e70a8166cdb9327289411d2f86c0f21774277f Mon Sep 17 00:00:00 2001 From: Ruslan Ianberdin Date: Tue, 16 Dec 2025 15:50:33 +0300 Subject: [PATCH] Add Online Compilers section to README Added a section for online compilers with PlayCode. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bb2f2ea2..e66cff25 100644 --- a/README.md +++ b/README.md @@ -1089,6 +1089,11 @@ https://listjs.com * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. +## Online Compilers + +* [PlayCode](https://playcode.io/javascript-compiler) - JavaScript compiler with TypeScript/JSX compilation, AI coding assistant, npm packages, and real-time execution. Used by 1M+ developers. + + # Worth Reading * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - Possibly the best book written on modern JavaScript, completely readable online for free, or can be bought to support the author.