UK [stra?k] US [stra?k]

vt. Attaque (travail, classe, etc.); viens

vig; frappe; , Ville]; trouvé

Troisième personne du singulier : frappe Pluriel : frappe Participe présent : frappant Passé : frappé strook Participe passé : frappé frappé

méthode javascript strike() syntaxe

Fonction?: Utilisé pour afficher les cha?nes barrées.

Syntaxe?: stringObject.strike()

méthode javascript strike() 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.strike())

</script>

</body>
</html>

Exécuter l'instance ?

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