File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 11# Eloquent JavaScript
22
3+ [ ![ Code Coverage] ( https://codecov.io/gh/ultirequiem/eloquent-javascript/branch/main/graph/badge.svg )] ( https://codecov.io/gh/ultirequiem/eloquent-javascript )
4+ [ ![ Deno Doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/eloquent/mod.ts )
5+
36[ Read the book for free!] ( https://eloquentjavascript.net ) π
47
58I solved the exercises using TypeScript and Test Driven Development.
69
710> [ A cool TDD Tutorial] ( https://github.com/dwyl/learn-tdd )
811
12+ ## Usage
13+
14+ The API is the same on all this platforms βοΈ
15+
16+ ### [ Deno π¦] ( https://deno.land/x/eloq )
17+
18+ ``javascript import { randomTimeZone } from
19+ "https://deno.land/x/eloquent/mod.ts ";
20+
21+ console.log(` My timezone is ${randomTimeZone()} ` ); ``
22+
23+ ### [ Node.js π’π] ( https://npmjs.com/package/eloq )
24+
25+ ` javascript import { timeZones } from "eloq"; `
26+
27+ ### [ Browser π] ( https://developer.mozilla.org/en-US/docs/Glossary/Browser )
28+
29+ You can use any [ CDN] ( https://en.wikipedia.org/wiki/Content_delivery_network ) π₯
30+
31+ Eg π
32+ [ ESM] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules ) βοΈ
33+ [ SkyPack] ( https://cdn.skypack.dev/eloq ) π
34+ [ Script Tag] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script )
35+ βοΈ [ JSDelivr] ( https://cdn.jsdelivr.net/npm/eloq )
36+
937## Documentation
1038
1139Is hosted on
You canβt perform that action at this time.
0 commit comments