Apps112

JSBox - Learn to Code 2.32.0 - App Store




About JSBox - Learn to Code

* JSBox is featured by: sspai.com, Price Tag, AppSolution etc # What's JSBox? JSBox is an Integrated Development Environment for JavaScript. You can learn to code JavaScript here, as we provide tons of utilities to...

* JSBox is featured by: sspai.com, Price Tag, AppSolution etc # What's JSBox? JSBox is an Integrated Development Environment for JavaScript. You can learn to code JavaScript here, as we provide tons of utilities to enhance the development experience. JSBox is amazing for both beginners and experienced engineers. Don't you wanna try it out? Don't hesitate to create cool stuff-do it now! # What can JSBox do? Of course you can write JavaScript, but the most important thing is that you can create native iOS utilities, such as: - Upload photos you have just taken to the server - Create a widget to check bus information - Schedule tasks by leveraging date-based or location-based notifications - Design an extension for the Photos app to search photos directly - Design your own widget and keyboard - Make a real-time tool to query the exchange rate - Collect your most important contacts and handle it on the widget There are many possibilities; we believe you can create coolest stuff. # What's in JSBox? JSBox is not only a full-fledged environment for standard JavaScript, but also provides many utilities: - A safe environment to run JavaScript natively with incredible performance - A beautiful editor to write JavaScript, multiple themes, auto-completion, and snippets... - Many advanced development tools: lint, prettier, diff viewer and database viewer... - A desktop extension to write code extremely fast and comfortable - Almost all the cool tech in iOS: Siri/Shortcuts, Today Widget, Action Extension, 3D Touch, Home Screen Shortcut... - A lot of awesome examples for beginner We are still working on it and will introduce cooler features in the future. # Terms of Use https://jsboxbbs.com/d/1035-terms-of-service # Privacy Policy https://jsboxbbs.com/d/1034-privacy-policy # Contact us! Please contact us in the following ways. Don't hesitate to report any issues. Thank you! - [Community](https://en.jsboxbbs.com) - [Email](mailto:[email protected]) - [Twitter](https://twitter.com/cyanapps) - [Weibo](https://weibo.com/0x00eeee)

Version History Fix issues running on the latest operating system. 2.32.0 09/14/2023 Making JSContext inspectable through remote inspector in Mac Safari, being able to debug scripts using breakpoints and step over. Learn more: https://docs.xteko.com/#/en/debug/inspector 2.31.0 03/24/2023 This update includes a bunch of fixes for recently reported bugs, thank you for the feedback! Besides, we also updated the version of nodejs. 2.30.1 02/15/2023 Fixed some accessibility issues, revamped some APIs, please check out our online documentation to learn more. 2.30.0 07/21/2022 Fixed some accessibility issues, revamped some APIs, please check out our online documentation to learn more. 2.22.1 03/29/2022 Mostly for bug fixes, some APIs were revamped, please check out our online documentation to learn more. 2.22.0 03/28/2022 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.4 01/31/2022 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.3 01/10/2022 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.2 12/27/2021 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.1 12/17/2021 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.0 12/08/2021 - Added: $ui.render(...) can now show as half screen on iOS 15 - Fixed: $http.upload(...) doesn't respect to manually set Content-Type - Fixed: some issues running on iOS 15 and iPadOS 15 - Fixed: code completion doesn't work with rest parameters - Improved: scrolling performance of the code editor - Improved: some 3rd-party dependencies are now up to date 2.18.1 11/29/2021 - Added: $ui.render(...) can now show as half screen on iOS 15 - Fixed: $http.upload(...) doesn't respect to manually set Content-Type - Fixed: some issues running on iOS 15 and iPadOS 15 - Fixed: code completion doesn't work with rest parameters - Improved: scrolling performance of the code editor - Improved: some 3rd-party dependencies are now up to date 2.18.0 11/10/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15 and web inspector for Safari. Please note that, Safari extensions now require the user to manually allow it. 2.17.3 10/15/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15 and web inspector for Safari. Please note that, Safari extensions now require the user to manually allow it. 2.17.2 10/11/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15 and web inspector for Safari. 2.17.1 09/30/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15 and web inspector for Safari. 2.17.0 09/24/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15. 2.16.0 09/22/2021 - Rewrote some components of the editor for better performance - Rewrote some components of the Markdown previewer for better performance - Bug fixes and performance improvements in general 2.15.1 03/25/2021 - Rewrote some components of the editor for better performance - Rewrote some components of the Markdown previewer for better performance - Bug fixes and performance improvements in general 2.15.0 03/22/2021 Welcome back. We are trying to solve recently reported issues with this and upcoming updates. Stay tuned. 2.14.0 02/19/2021 - Added: widget options can be provided with "widget-options.json" - Added: web view can be loaded with "request" parameter - Added: intrinsicSize can be overridden for all views - Improved: new Node.js version - Improved: updated SF Symbols for iOS 14 Please refer to https://docs.xteko.com/#/en/ for details. As always, please stay tuned for more exciting features! Feel free to contact us by: Community: https://en.jsboxbbs.com Email: [email protected] Telegram: https://t.me/PinTG 2.13.0 11/23/2020 We are bringing you home screen widgets with this update, along with some bug fixes. Please check out the latest documentation for the awesome widgets support: https://docs.xteko.com/#/en/home-widget/intro As always, please stay tuned for more exciting features! Feel free to contact us by: Community: https://en.jsboxbbs.com Email: [email protected] Telegram: https://t.me/PinTG 2.12.0 10/26/2020 We are bringing you Node.js v12.16.3 with this update, along with some bug fixes. Also, we rewrote the code editor and markdown renderer to make them better. As always, please stay tuned for more exciting features! Feel free to contact us by: Community: https://en.jsboxbbs.com Email: [email protected] Telegram: https://t.me/PinTG 2.11.0 06/25/2020 Welcome back, this update bumps the Node.js version to v12.6, here is the official documentation for notable changes: https://nodejs.org/tr/blog/uncategorized/10-lts-to-12-lts/ We have been porting the new Node.js version for a while, and it's finally here. This is also likely to introduce breaking changes to your existing workflow, please report if any. As always, please stay tuned for more exciting features! Feel free to contact us by: Community: https://en.jsboxbbs.com Email: [email protected] Telegram: https://t.me/PinTG 2.10.0 05/27/2020



Previous Versions

Here you can find the changelog of JSBox - Learn to Code since it was posted on our website on 2020-03-09 10:36:39. The latest version is 2.32.0 and it was updated on 2026-06-24 08:00:11. See below the changes in each version.

JSBox - Learn to Code version 2.32.0
Updated At: 2026-06-03
Changes: Version History Fix issues running on the latest operating system. 2.32.0 09/14/2023 Making JSContext inspectable through remote inspector in Mac Safari, being able to debug scripts using breakpoints and step over. Learn more: https://docs.xteko.com/#/en/debug/inspector 2.31.0 03/24/2023 This update includes a bunch of fixes for recently reported bugs, thank you for the feedback! Besides, we also updated the version of nodejs. 2.30.1 02/15/2023 Fixed some accessibility issues, revamped some APIs, please check out our online documentation to learn more. 2.30.0 07/21/2022 Fixed some accessibility issues, revamped some APIs, please check out our online documentation to learn more. 2.22.1 03/29/2022 Mostly for bug fixes, some APIs were revamped, please check out our online documentation to learn more. 2.22.0 03/28/2022 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.4 01/31/2022 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.3 01/10/2022 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.2 12/27/2021 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.1 12/17/2021 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename 2.19.0 12/08/2021 - Added: $ui.render(...) can now show as half screen on iOS 15 - Fixed: $http.upload(...) doesn't respect to manually set Content-Type - Fixed: some issues running on iOS 15 and iPadOS 15 - Fixed: code completion doesn't work with rest parameters - Improved: scrolling performance of the code editor - Improved: some 3rd-party dependencies are now up to date 2.18.1 11/29/2021 - Added: $ui.render(...) can now show as half screen on iOS 15 - Fixed: $http.upload(...) doesn't respect to manually set Content-Type - Fixed: some issues running on iOS 15 and iPadOS 15 - Fixed: code completion doesn't work with rest parameters - Improved: scrolling performance of the code editor - Improved: some 3rd-party dependencies are now up to date 2.18.0 11/10/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15 and web inspector for Safari. Please note that, Safari extensions now require the user to manually allow it. 2.17.3 10/15/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15 and web inspector for Safari. Please note that, Safari extensions now require the user to manually allow it. 2.17.2 10/11/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15 and web inspector for Safari. 2.17.1 09/30/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15 and web inspector for Safari. 2.17.0 09/24/2021 Fully optimized for iOS 15, built on top of the latest framework, support for the extra large widgets for iPadOS 15. 2.16.0 09/22/2021 - Rewrote some components of the editor for better performance - Rewrote some components of the Markdown previewer for better performance - Bug fixes and performance improvements in general 2.15.1 03/25/2021 - Rewrote some components of the editor for better performance - Rewrote some components of the Markdown previewer for better performance - Bug fixes and performance improvements in general 2.15.0 03/22/2021 Welcome back. We are trying to solve recently reported issues with this and upcoming updates. Stay tuned. 2.14.0 02/19/2021 - Added: widget options can be provided with "widget-options.json" - Added: web view can be loaded with "request" parameter - Added: intrinsicSize can be overridden for all views - Improved: new Node.js version - Improved: updated SF Symbols for iOS 14 Please refer to https://docs.xteko.com/#/en/ for details. As always, please stay tuned for more exciting features! Feel free to contact us by: Community: https://en.jsboxbbs.com Email: [email protected] Telegram: https://t.me/PinTG 2.13.0 11/23/2020 We are bringing you home screen widgets with this update, along with some bug fixes. Please check out the latest documentation for the awesome widgets support: https://docs.xteko.com/#/en/home-widget/intro As always, please stay tuned for more exciting features! Feel free to contact us by: Community: https://en.jsboxbbs.com Email: [email protected] Telegram: https://t.me/PinTG 2.12.0 10/26/2020 We are bringing you Node.js v12.16.3 with this update, along with some bug fixes. Also, we rewrote the code editor and markdown renderer to make them better. As always, please stay tuned for more exciting features! Feel free to contact us by: Community: https://en.jsboxbbs.com Email: [email protected] Telegram: https://t.me/PinTG 2.11.0 06/25/2020 Welcome back, this update bumps the Node.js version to v12.6, here is the official documentation for notable changes: https://nodejs.org/tr/blog/uncategorized/10-lts-to-12-lts/ We have been porting the new Node.js version for a while, and it's finally here. This is also likely to introduce breaking changes to your existing workflow, please report if any. As always, please stay tuned for more exciting features! Feel free to contact us by: Community: https://en.jsboxbbs.com Email: [email protected] Telegram: https://t.me/PinTG 2.10.0 05/27/2020
JSBox - Learn to Code version 2.32.0
Updated At: 2023-09-14
Changes: Sep 14, 2023 Version 2.32.0 Fix issues running on the latest operating system.
JSBox - Learn to Code version 2.32.0
Updated At: 2023-09-14
Changes: Fix issues running on the latest operating system.
JSBox - Learn to Code version 2.31.0
Updated At: 2023-03-24
Changes: Mar 24, 2023 Version 2.31.0 Making JSContext inspectable through remote inspector in Mac Safari, being able to debug scripts using breakpoints and step over. Learn more: https://docs.xteko.com/#/en/debug/inspector
JSBox - Learn to Code version 2.30.0
Updated At: 2022-07-21
Changes: Jul 21, 2022 Version 2.30.0 Fixed some accessibility issues, revamped some APIs, please check out our online documentation to learn more.
JSBox - Learn to Code version 2.22.1
Updated At: 2022-03-29
Changes: Mar 29, 2022 Version 2.22.1 Fixed some accessibility issues, revamped some APIs, please check out our online documentation to learn more.
JSBox - Learn to Code version 2.22.0
Updated At: 2022-03-28
Changes: Mar 28, 2022 Version 2.22.0 Mostly for bug fixes, some APIs were revamped, please check out our online documentation to learn more.
JSBox - Learn to Code version 2.19.4
Updated At: 2022-01-31
Changes: Jan 31, 2022 Version 2.19.4 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename
JSBox - Learn to Code version 2.19.3
Updated At: 2022-01-10
Changes: Jan 10, 2022 Version 2.19.3 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename
JSBox - Learn to Code version 2.19.2
Updated At: 2021-12-27
Changes: Dec 27, 2021 Version 2.19.2 - Added: transform code using Babel - Added: pull-down menus for buttons and navButtons - Added: $keychain module for keychain access - Added: prefs.json now supports passwords - Added: $prefs.edit(...) for JSON preference editing - Added: $text.uuid for UUID string generation - Added: more $editor APIs like hasText, insertText, and deleteBackward - Added: $photo.pick(...) now returns filename


Related Apps

Here you can find apps that are similar with JSBox - Learn to Code.



Disclaimer

Official App Store Link


We do not host JSBox - Learn to Code on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Apple and passed their terms and conditions to be listed there. We recommend caution when installing it.

The App Store link for JSBox - Learn to Code is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 31
Updated At: 2026-06-24 08:00:11
Publisher: 颖 钟
Operating System: IOS
License Type: Free