Skip to content

Commit

Permalink
Merge branch 'main' into jest
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Oct 11, 2023
2 parents b8f879c + 5be0d89 commit 9eb71f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions topics/deno/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ display_name: Deno
topic: deno
github_url: https://github.com/denoland
logo: deno.png
related: typescript, rust
related: typescript, rust, javascript, nodejs, v8, webassembly, package-manager, event-driven-architecture, event-loop, tokio
short_description: A secure runtime for JavaScript and TypeScript.
url: https://deno.land
wikipedia_url: https://en.wikipedia.org/wiki/Deno_(software)
created_by: Ryan Dahl
---
Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
**Deno** is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.

- Secure by default. No file, network, or environment access (unless explicitly enabled).
- Supports TypeScript out of the box.
Expand Down
3 changes: 2 additions & 1 deletion topics/nodejs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ short_description: Node.js is a tool for executing JavaScript in a variety of en
topic: nodejs
url: https://nodejs.org/en/
wikipedia_url: https://en.wikipedia.org/wiki/Node.js
related: javascript, express, mean, meteor, next, v8, event-driven-architecture, event-loop, npm, deno
---

Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
**Node.js** is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.

0 comments on commit 9eb71f5

Please sign in to comment.