Anglais [s?p] Américain [s?p]

vt. Boire à petites gorgées ; boire avec une cuillère (soupe, thé, etc.) ; ; manger un d?ner

n. Une gorgée de (boire)

Troisième personne du singulier : sups Participe présent : supping Passé : supped Participe passé : supped

méthode javascript sup() syntaxe

Fonction?: Affiche la cha?ne en exposant.

Syntaxe?: stringObject.sup()

méthode javascript sup() exemple

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<script type="text/javascript">

    var str="Hello world!"
    document.write(str.sup())

</script>

</body>
</html>

Exécuter l'instance ?

Cliquez sur le bouton ??Exécuter l'instance?? pour afficher l'instance en ligne