WGAyesha Sahar Actually thanks to you because your tips and tricks really helping me here....Reply·Article·Sep 20, 2021·20 Useful JavaScript Tips &Tricks For Writing Short and Clean Code
WGCONVERT TO NUMBER let int = +"16"; console.log(int); // Output: 16 console.log(typeof int);Comment·Article·Sep 19, 2021·20 Useful JavaScript Tips &Tricks For Writing Short and Clean Code