Talk:Jose Borromeo Legaspi Memorial National High School
Appearance
This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||
|
Programming
[edit]Java Script C++ Smily Boy NS (talk) 00:52, 21 January 2023 (UTC)
JavaScript is a programming language that is commonly used to add interactivity and other dynamic features to websites. It can run on the client side (in a web browser) or on the server side (using Node.js). It is often used in conjunction with HTML and CSS to create complex web pages and web applications. Smily Boy NS (talk) 00:54, 21 January 2023 (UTC)
EXAMPLE 1
<!DOCTYPE html> <html> <head> <title>Hello World in JavaScript</title> </head> <body> <script type=”text/javascript”> document.write(“Hello World “); </script> </body> </html>
Smily Boy NS (talk) 00:57, 21 January 2023 (UTC)