dev:javascript

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
dev:javascript [2022/08/17 07:50] Henrik Yllemo
Line 1: Line 1:
 +<button type="primary" size="xs" icon="glyphicon glyphicon-bookmark">[[programming_lagugages| Programming Language]]</button> 
 +====== JavaScript ======
  
 +<data programminglanguage>
 +Full Name: JavaScript ECMAScript 
 +Short Name: JavaScript
 +Description: High-level, interpreted scripting language that conforms to the ECMAScript specification
 +Company: Unkown
 +Web: Yes
 +Mobile: Yes
 +Enterprise: No
 +Embedded : No
 +</data>
 +
 +{{wp>JavaScript}}
 +
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +  * https://github.com/topics/javascript
 +
 +JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
 +</callout> 
 +<callout type="" title="GitHub Collections" icon="fa fa-github">
 +  * https://github.com/collections/front-end-javascript-frameworks
 +
 +While the number of ways to organize JavaScript is almost infinite, here are some tools that help you build single-page applications.
 +</callout> 
 +
 +
 +<callout type="primary" title="95% of websites use JavaScript" icon="fa fa-quote-right">
 +
 +According to the reports of Internet Live Stats, there are more than 1.7 billion websites across the globe, and JavaScript is used by about 95 percent of them. 
 +\\
 + --- [[https://www.internetlivestats.com/total-number-of-websites/]]
 +\\
 +
 +
 +</callout>
 +
 + 
 +
 +
 +
 +<jumbotron>
 +===== Hello World =====
 +
 +<sxh js>
 +document.write('Hello, World!');
 +
 +alert('Hello, world!');
 +
 +print('Hello, world!');
 +
 +WScript.Echo('Hello, world!');
 +
 +console.log('Hello, world!');
 +</sxh>
 +<WRAP column right><wrap lo>Source: [[https://en.wikibooks.org/wiki/Computer_Programming/Hello_world|Wikibooks]]</wrap></WRAP>
 +</jumbotron>
 + 
 +
 +
 +
 +
 +See also: [[dev:programming_lagugages]]
 +
 +{{tag>programminglanguage dev-web internet web}}
  • dev/javascript.txt
  • Last modified: 2023/05/01 17:24
  • by Henrik Yllemo