Skanska interview question

What's the difference between C# and JS?

Interview Answer

Anonymous

5 Apr 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.