Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Maybe it is better to use
var
instead oflet
?Thank you. I agree with you. I have just fixed it.
Thank you! I will fix it.
Thank you!
how can we avoid loop inside in the solution?
please, use
let
nice job
please, use
const
orlet
when you define variables, it will cut an issue with global scope. Also I suggest to change name of variables. For example,behindRows
andleftCols
instead offactCols
andfactRow
It is the cool names of the variables, but why not
const
instead oflet