Vaibhav Arora

Results 7 comments of Vaibhav Arora
trafficstars

Can I work on this feature.

Hey I am a beginner with react so I wanted to ask that I can do this by manipulating DOM with javascript right.. like adding or removing css classes based...

Okay... I'll try this.

Hey!! Can you assign this issue to someone else I tried this method but did not get the specified result. I think someone with more experience in React should work...

You can do it like this! ``` function scream(n) { let str = ''; while(n--) { str +='a'; } console.log(str); } scream(10); ```