Created
June 3, 2025 13:48
-
-
Save jevgenimas/516e4402f452b7f01e4210ac4f7886ac to your computer and use it in GitHub Desktop.
HW_01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('blue'); | |
console.log('black'); | |
console.log('white'); | |
console.log('blue', 'black', 'white'); | |
console.log('blue', 'black', 'white'); | |
console.log('blue', 'black', 'white'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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