JavaScript String - blink() Method



Description

This method causes a string to blink as if it were in a BLINK tag.

Syntax

The syntax for blink() method is as follows −

string.blink( )

Return Value

Returns the string with tag.

Example

Try the following example.


   
      JavaScript String blink() Method
   
   
      
            
   

Output

Hello world
javascript_strings_object.htm
Advertisements