text ke aage text ko baar bar lane ke liye jese harry ne apni website mein kiya const typed = new Typed('.text', { strings: [ 'Frontend Developer', 'YouTuber', 'Web Developer' ], …
remove all characters like - // and other characters by using slug this is a code with using function function slug ( str ) { return str .toLowerCase () // Convert to lowercase .trim () // Re…