ct-js / docs.ctjs.rocks

Official docs of ct.js game engine
https://docs.ctjs.rocks/
74 stars 46 forks source link

📝 Update Dragging Copies & Intro to JS #122

Closed ehanahamed closed 11 months ago

ehanahamed commented 11 months ago

Dragging Copies

I was reading the docs & then saw this image

So I fixed it

Dragging Copies now

Intro to JS

In the intro to js docs, I found something that said "There are also non-strict comparisons, which compare values but transform variables' templates"

"Templates" isn't the correct word in that context, it's supposed to be "types".

That was probably a mistake from when ct.js types got renamed to ct.js templates, when they got renamed in the docs they also accidentally renamed types in places that are still supposed to say types.

Intro to JS now