Hacker News new | ask | show | jobs
by shepherdjerred 756 days ago
I don't think your reply conflicts with my comment. I was clarifying that modern JS engines do not directly interpret JS. JS is always compiled to bytecode which is then interpreted or compiled to machine code.