quartz/content/JavaScript.md
Miguel Pimentel 8ae5ba3eac
Pull-Request [ariasae-12-12-2023] from Obsidian (#45)
* PUSH NOTE : JavaScript.md

* PUSH NOTE : Svelte.md

* PUSH NOTE : CSS.md

* PUSH NOTE : Public Journal.md

* PUSH NOTE : Past Titles and Roles.md

* PUSH NOTE : Markdown.md

* PUSH NOTE : About.md
2023-12-12 19:37:42 -06:00

16 lines
864 B
Markdown

---
title: JS
aliases:
- Javascript
- JavaScript
compartir: true
updated: 2023-12-12
---
[JavaScript](https://en.wikipedia.org/wiki/JavaScript) is a versatile and powerful programming language used for building interactive and dynamic web applications. It runs on the client-side, enabling interactivity on web pages. JavaScript can manipulate HTML elements, handle events, perform calculations, and communicate with servers, making it a key technology in modern web development.
## JavaScript Frameworks
JavaScript frameworks are pre-written and reusable code libraries that simplify and speed up web development. They provide tools, functions, and structure to build dynamic and interactive websites or applications. Frameworks like React, Vue, [[./Svelte|Svelte]], and Angular make it easier to handle complex logic and create engaging user interfaces.