Skip to content

Commit

Permalink
feat: add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxwazz committed May 22, 2024
1 parent 0f65004 commit 892e42e
Showing 1 changed file with 4 additions and 97 deletions.
101 changes: 4 additions & 97 deletions src/content/post/draft/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,103 +6,10 @@ tags: []
draft: true
---

AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack


AsyncDisposableStack

``` ts
(1 + 2 + 3 + 4).toFixed(2)
```


```ts twoslash
(1 + 2 + 3 + 4).toFixed(2)
```


```ts title="examples/index.ts"
for (let x in [0]) console.log(x)
```



```ts twoslash
const hi = 'Hello'
const msg = `${hi}, world`
// ^?


```




```ts twoslash
// @errors: 2339
const welcome = "Tudo bem gente?"
const words = welcome.contains(" ")
```


```ts twoslash
// @errors: 2540
console.log((1 + 2 + 3 + 4).toFixed(2))
// ^|

interface Todo {
title: string
}

const todo: Readonly<Todo> = {
title: 'Delete inactive users',
// ^?
}

todo.title = 'Hello'
```
## toFixed?
```ts
console.log(0.0075.toFixed(2)) // 0.07 not 0.08 ??
````

## Tunneling menggunakan Cloudflare Zero Trust
### Referensi
Expand Down

0 comments on commit 892e42e

Please sign in to comment.