英[bɪg] 美[bɪɡ]

adj. Big; important; (plan) huge; generous

adv. Largely; successfully; exaggeratedly; magnanimously

n.tycoon;big company

comparative: bigger superlative: biggest

javascript big() method syntax

Function: is used to display strings in large fonts.

javascript big() method example

<!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.big())

</script>

</body>
</html>

Run instance »

Click the "Run instance" button to view the online instance