We're a place where coders share, stay up-to-date and grow their careers.
About for..in, in the code, you wrote: for(const key of primes) {
for(const key of primes) {
Instead of
Yup fixed! Thank you for pointing it out.😄
About for..in, in the code, you wrote:
for(const key of primes) {
Instead of
for(const key of primes) {
Yup fixed! Thank you for pointing it out.😄