Skip to content

Instantly share code, notes, and snippets.

@jevgenimas
Created June 3, 2025 13:48
Show Gist options
  • Save jevgenimas/516e4402f452b7f01e4210ac4f7886ac to your computer and use it in GitHub Desktop.
Save jevgenimas/516e4402f452b7f01e4210ac4f7886ac to your computer and use it in GitHub Desktop.
HW_01
console.log('blue');
console.log('black');
console.log('white');
console.log('blue', 'black', 'white');
console.log('blue', 'black', 'white');
console.log('blue', 'black', 'white');
console.log(' * ');
console.log(' *** ');
console.log(' ***** ');
console.log(' ******* ');
console.log('*********');
console.log(' ******* ');
console.log(' ***** ');
console.log(' *** ');
console.log(' * ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment