JavaScript: Difference between revisions
From Kaboom Wiki
Created page with "'''JavaScript''' is a programming language originally designed for use in the [https://en.wikipedia.org/wiki/Netscape_(web_browser) Netscape browser], made popular due to its easy to comprehend syntax and lack of strict typing. It is used extensively both in web-browsers and on your desktop through runtime environments like Node.js, Bun and Deno. ==Typescript== TypeScript is a descendant of JavaScript that adds typing and type parameters. It is commonly used in Ja..." |
m Reverted edit by 95.214.53.160 (talk) to last revision by Opt Tag: Rollback |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Other wiki|https://en.wikipedia.org/wiki/JavaScript}} | |||
'''JavaScript''' is a programming language originally designed for use in the [https://en.wikipedia.org/wiki/Netscape_(web_browser) Netscape browser], made popular due to its easy to comprehend syntax and lack of strict typing. | '''JavaScript''' is a programming language originally designed for use in the [https://en.wikipedia.org/wiki/Netscape_(web_browser) Netscape browser], made popular due to its easy to comprehend syntax and lack of strict typing. | ||
It is used extensively both in web-browsers and on your desktop through runtime environments like [[Node.js]], Bun and Deno. | It is used extensively both in web-browsers and on your desktop through runtime environments like [[Node.js]], Bun and Deno. | ||
JavaScript and the derivative language TypeScript are popular choices for Kaboom bot development due to being easier to use than some other languages, and having various libraries such as [[node-minecraft-protocol]] and [[Mineflayer]] available specifically made for Minecraft bots. | |||
==TypeScript== | |||
{{Other wiki|https://en.wikipedia.org/wiki/TypeScript}} | |||
TypeScript is a descendant of JavaScript that adds typing and type parameters. It is commonly used in JavaScript libraries to provide typing information to dependent projects. | TypeScript is a descendant of JavaScript that adds typing and type parameters. It is commonly used in JavaScript libraries to provide typing information to dependent projects. | ||
Latest revision as of 11:34, 5 August 2026
| This page contains material that is more extensively documented on another wiki. It is documented on Kaboom Wiki to provide Kaboom-related information not documented elsewhere. |
JavaScript is a programming language originally designed for use in the Netscape browser, made popular due to its easy to comprehend syntax and lack of strict typing.
It is used extensively both in web-browsers and on your desktop through runtime environments like Node.js, Bun and Deno.
JavaScript and the derivative language TypeScript are popular choices for Kaboom bot development due to being easier to use than some other languages, and having various libraries such as node-minecraft-protocol and Mineflayer available specifically made for Minecraft bots.
TypeScript[edit]
| This page contains material that is more extensively documented on another wiki. It is documented on Kaboom Wiki to provide Kaboom-related information not documented elsewhere. |
TypeScript is a descendant of JavaScript that adds typing and type parameters. It is commonly used in JavaScript libraries to provide typing information to dependent projects.