Junior Frontend Developer. Looking for team or company that engaged in web development.
- Ukraine
Pinned Loading
-
JavaScript Select
JavaScript Select 1const selects = document.getElementsByTagName('select');
23if (selects.length > 0) {
4selectsInit();
5}
-
JavaScript Notification
JavaScript Notification 1function toast({title = '', description = '', type = message, duration = 5000}) {
2const item = document.querySelector('#toast');
3if(item) {
4const toast = document.createElement('div');
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.