Deno
Introducció
Section titled “Introducció”Començar
Section titled “Començar”Instal·la deno:
irm https://deno.land/install.ps1 | iex
Verifica la instal·lació:
deno --version
Create a TypeScript file called main
and include the following code:
function greet(name: string): string { return `Hello, ${name}!`}
console.log(greet("world"))
Save the file and run it with Deno:
$ deno main.tsHello, world!
Projecte
Section titled “Projecte”Playwright
Section titled “Playwright”El contingut d'aquest lloc web té llicència CC BY-NC-ND 4.0.
©2022-2025 xtec.dev