🚦
Figuring out where to go from here.
Pinned Loading
-
Highlight punctuation in a string
Highlight punctuation in a string 1// Highlight punctuation in a string
23export const highlightPunctuation = (phrase) => {
4const splitPhrase = phrase.split('')
5const highlightedPhrase = []
-
Gradually fade opacity of items in list
Gradually fade opacity of items in list 1// Gradually fade opacity of items in list
23function fadeListOpacity() {
4const items = document.getElementById('items').getElementsByTagName('LI')
5const numberOfItems = items.length
-
-
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.