Skip to content

Commit

Permalink
Deleted ASP.NET from the list (#37253)
Browse files Browse the repository at this point in the history
* Deleted ASP.NET from the list

According to issue #37244, I am going to delete ASP.NET from the list of server-side web programming languages.

* Update files/en-us/learn/javascript/first_steps/what_is_javascript/index.md

Co-authored-by: Joshua Chen <[email protected]>

---------

Co-authored-by: wbamberg <[email protected]>
Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 8583c12 commit f7e7b73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7e7b73

Please sign in to comment.