guys I want to print this in Javascript
*______*
**____**
***__***
********
Below is the code for it.. to simplify above sequence has total 8 characters in any line.. ( 8 - stars) = underscores in any line
var row = "";
var co;
for(i=1;i<=4;i++){
for(j=1;j<=i;j++){
row +=...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.