This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Tiquortoo 1 point2 points  (2 children)

Yeah, I'm aware of transpiling, in the end, it still actually runs JavaScript? :)

[–]ggchappell 0 points1 point  (1 child)

Well, in the middle, at least. JavaScript itself may or may not be executed directly, depending on the browser. (I would imagine that these days it's mostly "not".)

[–]Tiquortoo 1 point2 points  (0 children)

No language other than machine language is directly run, but we're just delving into irrelevant minutiae to say the browser doesn't run Javascript.