Snippets Collections
export function getDescription(text) {
    if(text.length > 10){
        return text.substring(0, 10) + "..."
    }
    return text
}
star

Fri Mar 24 2023 06:37:16 GMT+0000 (Coordinated Universal Time)

#optimizely #force #tracking #true
star

Mon Oct 31 2022 01:26:30 GMT+0000 (Coordinated Universal Time)

#return #true #substring #elipses

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension