Anglais [sm?:l] Américain [sm?l]
petit; embarrassé, méprisable; subtil, faible
n. statut?; personnes de petite taille
Comparatif?: plus petit Superlatif?: le plus petit
méthode javascript small() syntaxe
Fonction?: Affichez la cha?ne sous forme de petites polices.
Syntaxe?: stringObject.small()
méthode javascript small() 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.small()) </script> </body> </html>
Exécuter l'instance ?
Cliquez sur le bouton ??Exécuter l'instance?? pour afficher l'instance en ligne