Skanska Interview Question

What's the difference between C# and JS?

Interview Answer

Anonymous

Apr 5, 2017

one of the differences is that C# runs in a common language runtime on the server side (for web applications) and JS is a language that is commonly interpreted on the client side.