diff --git a/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md b/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md index d4a396445324b46..b2026db4e85aaef 100644 --- a/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md +++ b/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md @@ -192,7 +192,7 @@ Client-side code is code that is run on the user's computer — when a web page In this module we are explicitly talking about **client-side JavaScript**. Server-side code on the other hand is run on the server, then its results are downloaded and displayed in the browser. -Examples of popular server-side web languages include PHP, Python, Ruby, ASP.NET, and even JavaScript! +Examples of popular server-side web languages include PHP, Python, Ruby, C#, and even JavaScript! JavaScript can also be used as a server-side language, for example in the popular Node.js environment — you can find out more about server-side JavaScript in our [Dynamic Websites – Server-side programming](/en-US/docs/Learn/Server-side) topic. ### Dynamic versus static code