cours/javascript.md
oscar.plaisant@icloud.com 38fbb1938d from github to this gitea
2023-10-23 23:09:51 +02:00

26 lines
386 B
Markdown

up::[[langage de programmation]]
title::"le langage du web... :fas_poo:"
#informatique
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
> dir: down
> ```
# Exemples
## Manipuler les strings
### Substrings
Pour obtenir des sous-strings :
> [!definition]
>
```javascript
> 'abcdefgh'.slice()
```