shadi
Not angular specific - general guidance needed
@Sossenbinder
but how would I suffix all the keys throughout the project if I can't find them in the first place? 😄
Also I don't wanna do it manually, file is huge
and each key is used multiple times throughout the project
8 replies
loop
@Reki- Calculate how many spaces you need to print each line and how many stars
in your first line,
I think you need to print 4 spaces, then 1 star, then 4 spaces again (the last 4 spaces are unnecessary)
then think of a pattern to draw you the first triangle up top, then do another loop that does the second shape
13 replies