A Pen by Brad Traversy on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "hello".repeat(3) | |
| "hello".includes("ll") | |
| "hello".startsWith("he") | |
| "hello".padStart(8) // " hello" | |
| "hello".padEnd(8) // "hello " | |
| "hello".padEnd(8, '!') // hello!!! | |
| "\u1E9B\u0323".normalize("NFC") |
Animating characters in verbs to represent their action. Leave a comment if there's a word you'd like to see added and animated on this list.
Part two: https://codepen.io/hexagoncircle/pen/OJLxWKq
Part three: https://codepen.io/hexagoncircle/pen/oNvMLRQ
A Pen by Erik Viana on CodePen.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . | |
| .. | |
| ........ | |
| @ | |
| * | |
| *.* | |
| *.*.* | |
| 🎠|