routerEntryHandlers = []; addRouterEntryHandler = (handler) => { routerEntryHandlers.push(handler); }; removeRouterEntryHandler = (handler) => { routerEntryHandlers = routerEntryHandlers.filter((h) => h !== handler); }; routerEntry = (path, title) => { routerEntryHandlers.forEach((handler) => handler(path, title)); }; copyText = (text, message, alert) => { navigator.clipboard.writeText(text).then(() => { (alert !== false) && $alert.notify({ type: 'success', message: (message || 'Text copied to clipboard.'), toast: true, }); }); };
$$class(document.body).toggleOn(loading, 'overlay');
Loading...
getLinkClasses = (key) => { return { 'text-white': (section === key), 'text-neutral-200': (section !== key), }; };
const title = ({"title":"Blog"}).title; document.title = `${title} | Studendly`;
window.setTimeout(() => { $component('nav').section = 'blog'; $component('footer').theme = 'light'; }, 50);

Blog

Articles & Blog

Blog avatar

22-July-2024

JOIN CIRCLEUP - For Students

Our PassionWe are passionate about Students And New Graduates. Our Aim Is To Enable Them Bridge The Gap Between Their Academic Studies And The Professional World. The App Aims To Empower Students And Help Them...

Read More