this post was submitted on 17 May 2026
10 points (91.7% liked)

JavaScript community

1060 readers
8 users here now

A community about JavaScript, the ECMAScript standard, and programs that make use of JS such as Node.js.

founded 6 years ago
MODERATORS
 

I’m not a kid, but was told this JS kids book could be a good even for adults new to coding.

you are viewing a single comment's thread
view the rest of the comments
[–] verdigris@lemmy.ml 2 points 1 week ago (1 children)

Sure, APIs are written in many languages. JSON is just a format for data exchange, bunch of nested brackets etc.

I recommend the site learnxinyminutes.com -- great resource for a quick look at the syntax and major features of languages. Here's the page for JSON, in fact: https://learnxinyminutes.com/json/