method:fontcolor ( value_color );return type:stringcontent:ใช้กำหนดสีของตัวอักษรexample:var str = new String ( "Welcome" ); alert ( str.fontcolor( "blue" ) );