mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
docs
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
Object.assign(globalThis.document.body, {innerHTML: `
|
||||
Index:
|
||||
<input type='number' id='i'>
|
||||
<br>
|
||||
Fibonacci number:
|
||||
<span id='result'></span>
|
||||
`})
|
||||
|
||||
const fib = (i) => {
|
||||
return i*10
|
||||
}
|
||||
|
||||
globalThis.document.getElementById('i').addEventListener('change', e => {
|
||||
Object.assign(globalThis.result, {innerText: fib(e.target.value)})
|
||||
})
|
||||
BIN
docs/images/async_calls.png
Normal file
BIN
docs/images/async_calls.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 780 KiB |
BIN
docs/images/entrypoint.png
Normal file
BIN
docs/images/entrypoint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
BIN
docs/images/fib_ui.png
Normal file
BIN
docs/images/fib_ui.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
Reference in New Issue
Block a user