Primarily personal reminders, commit messages in git may lack detail
VS Code
JavaScript
- Boiler Plates
- Strings BP
- If Else BP
- Arrays BP
- Capitalize Every Other Char in String and Return as 2 Element Array
- Check for Anagram
- Check if Isogram
- Combine Array
- Check in Array for Element
- Expand Number into Array
- Duplicate Value X times on Array
- Filter Elements out of Array
- Fibonacci FizzBuzz into an Array
- Find Smallest Int in Array
- Find Oldest Age in Array
- Find Unique Number in Array
- Min Sum of Paired Products in Array
- Repeat each digit in string x number of times equal to its value
- Reverse a String or an Array
- Square Root ForEach Array
- Sort by Last Char
- Sum of an Array
- Loops BP
- Math BP
- Numbers BP
- Regex BP
- Global Objects BP
- LeetCode
HTML
- Elements
- TODO: Add Attributes, - Form Validations etc link to https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept
CSS
[Constraint Validations](https://developer.mozilla.org/en-US/docs/Web/HTML/Constraint_validation)Action | Windows/Linux Shortcut | Mac Shortcut |
---|---|---|
Move line(s) up/down | Alt + ↑/↓ | Option + ↑/↓ |
Copy line(s) up/down | Shift + Alt + ↑/↓ | Shift + Option + ↑/↓ |
Delete line(s) | Ctrl + Shift + K | Command + Shift + K |
Comment/uncomment line(s) | Ctrl + / | Command + / |
Indent/unindent line(s) | Ctrl + ]/[ | Command + ]/[ |
Move cursor to beginning/end of line | Home/End | Home/End |
Move cursor to beginning/end of file | Ctrl + Home/End | Command + Home/End |
Select line(s) | Ctrl + L | Command + L |
Select all instances of a word | Ctrl + Shift + L | Command + Shift + L |
Duplicate line(s) | Shift + Alt + ↑/↓ | Shift + Option + ↑/↓ |