3 lines
76 B
JavaScript
3 lines
76 B
JavaScript
|
//Displays total news messages.
|
||
|
var total = "16";
|
||
|
document.writeln(total);
|