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

ActionWindows/Linux ShortcutMac Shortcut
Move line(s) up/downAlt + ↑/↓Option + ↑/↓
Copy line(s) up/downShift + Alt + ↑/↓Shift + Option + ↑/↓
Delete line(s)Ctrl + Shift + KCommand + Shift + K
Comment/uncomment line(s)Ctrl + /Command + /
Indent/unindent line(s)Ctrl + ]/[Command + ]/[
Move cursor to beginning/end of lineHome/EndHome/End
Move cursor to beginning/end of fileCtrl + Home/EndCommand + Home/End
Select line(s)Ctrl + LCommand + L
Select all instances of a wordCtrl + Shift + LCommand + Shift + L
Duplicate line(s)Shift + Alt + ↑/↓Shift + Option + ↑/↓