devprotim

Results 8 comments of devprotim

Which ones exactly, can you point out?

Oh, I thought it's from the array section.

> I have a problem with Exercise level1 number 14: I don't know how to filter the array to print the companies that have more than 'o'?! I had the...

> > I have a problem with Exercise level1 number 14: I don't know how to filter the array to print the companies that have more than 'o'?! > >...

> My soliution which was gitving undefined i have fixed it => const even= countries.length % 2 === 0 const len= Math.round(countries.length/2) if (even) { console.log(countries[len - 1], countries[len]) }...

> itCompanies.forEach(element => { > console.log(element); > console.log(!/(.)._\1/.test(element)); if (/(o)._\1/.test(element)) { > console.log(`${element} contains more than one 'O'`); > } else { > console.log(`${element} doesn't contain more than one 'O'`);...

alright, pls post the solution if you solve it

> Let's create some for typescript, react.js, graphql, mongodb, and redux. Please create one for Angular too!