Skip to content

HyunCafe/my-javascript-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Programming

Ongoing Project, More Additions Over Time

Primarily personal reminders, commit messages in git may lack detail

Javascript

Table of Contents

VS Code



JavaScript








HTML


CSS

[Constraint Validations](https://developer.mozilla.org/en-US/docs/Web/HTML/Constraint_validation)

VS Code Shortcuts

Code Navigation Shortcuts

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 + ↑/↓