Challenge in different levels | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Challenge in different levels

Write a code to display a frienly message in big letters. Make sure you write from left to right. Easy level: use the code below and expand with at least 1 letter. Medium level: design an other letter type (python) or use an other programming language. Harder level: use an other method to obtain the same result. Enjoy! https://code.sololearn.com/cbWVHjeJXir9/?ref=app

28th Jan 2018, 6:14 PM
davy hermans
davy hermans - avatar
3 Answers
+ 1
https://code.sololearn.com/W6Njz4E8aIrw/?ref=app
28th Jan 2018, 11:10 PM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
29th Jan 2018, 6:39 PM
abdurrahman al-amoudi
abdurrahman al-amoudi - avatar
+ 3
https://code.sololearn.com/cXX7umGUtMPx/?ref=app i decided on rotate the text. i made my own character set (capitals and space) but the code is flexible enough to use customized and just insert the other set.
3rd Mar 2018, 2:52 PM
tamaslud
tamaslud - avatar