I have problem, that Quokka not showed result for this line:
[...Array(max - min + 1).keys()].map(i => i + min);
I have problem, that Quokka not showed result for this line:
[...Array(max - min + 1).keys()].map(i => i + min);
Copyright © 2021 Jogjafile Inc.
You should give a variable the result of the function as value, then reference it, like this:
This way it displays the result:
Calculating the value of it wont display the result by default.