Icon

Challenge 28 - Left Triangle Star Pattern - Solution

In this challenge, you will do a little bit of logic building and produce the star triangle below.
The output will be such that each row in the pattern will be in the corresponding row of the table.

P.S. do not hardcode the pattern.

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

Bonus Challenge: Do not use scripting nodes or components.

Nodes

Extensions

Links