Frontend Developer | TS, react.js, next.js
- Zoftify
- Tashkent, Uzbekistan
- @akbarjondev
- in/akbarjondev
PinnedLoading
- Adds Event listeners to HTML element...
Adds Event listeners to HTML elements and safely removes them 1exportfunctionbind(target,{ type, listener, options}){
2target.addEventListener(type,listener,options);
34returnfunctionunbind(){
5target.removeEventListener(type,listener,options);
- A complete guide to check data types...
A complete guide to check data types in JavaScript 1functiongetType(obj){
2constlowerCaseTheFirstLetter=(str)=>str[0].toLowerCase()+str.slice(1);
3consttype=typeofobj;
4if(type!=='object'){
5returntype;
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.