Skip to content
View phantomdullbooth's full-sized avatar
🚦
Figuring out where to go from here.
🚦
Figuring out where to go from here.

Block or report phantomdullbooth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Highlight punctuation in a string Highlight punctuation in a string
    1
    // Highlight punctuation in a string
    2
    
                  
    3
    export const highlightPunctuation = (phrase) => {
    4
        const splitPhrase = phrase.split('')
    5
        const highlightedPhrase = []
  2. Gradually fade opacity of items in list Gradually fade opacity of items in list
    1
    // Gradually fade opacity of items in list
    2
    
                  
    3
    function fadeListOpacity() {
    4
        const items = document.getElementById('items').getElementsByTagName('LI')
    5
        const numberOfItems = items.length
  3. sin-will-find-you sin-will-find-you Public

    True crime media aggregator made with NERDS

    JavaScript 1

  4. romanizer romanizer Public

    Modern stuff, romanized.

    JavaScript