bharatrajan / diamondPattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diamond Pattern

Prints a diamond patter as shown below using pure JS

   *   
  ***
 *****
*******
 *****
  ***
   *

About


Languages

Language:HTML 100.0%