for(var i=1;i<10;i++)
{
var show=’’
for(var j=1;j<=i;j++)
{
show=show+i+’’+j+’=’+ij+’ ’
}
console.log(show)
}