diff options
Diffstat (limited to 'files/fr/web/api/node')
-rw-r--r-- | files/fr/web/api/node/lastchild/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/node/lastchild/index.md b/files/fr/web/api/node/lastchild/index.md index a44709a33d..42a80e9be7 100644 --- a/files/fr/web/api/node/lastchild/index.md +++ b/files/fr/web/api/node/lastchild/index.md @@ -11,7 +11,7 @@ translation_of: Web/API/Node/lastChild --- {{APIRef("DOM")}} -La propriété en lecture seule** \*\***`Node.lastChild`\*\* renvoie le dernier enfant du noeud. Si son parent est un élément, l'enfant est généralement un noeud élément, texte ou commentaire. Elle renvoie `null` s'il n'y a aucun enfant. +La propriété en lecture seule **`Node.lastChild`** renvoie le dernier enfant du noeud. Si son parent est un élément, l'enfant est généralement un noeud élément, texte ou commentaire. Elle renvoie `null` s'il n'y a aucun enfant. ## Syntaxe |