Difference between Transpiler and compiler
JavaScript cannot be compiled and run because it's an interpreted language that means it is understood by browsers and uses javaScript to render UI.
So you mean javaScript is transpilered and other languages are compiled? You guessed it right but the...
ajitpsakri.hashnode.dev2 min read