Welcome to JsPad
An interactive online playground which helps you to quickly create snippets or even test your javascript knowledge.
NOTE: Keep in mind that this editor is not designed for big projects.
How could our editor help?
- Create HTML/CSS snippets
- Algorithm and Data Structure.
- Test your knowledge.
- The app works both on mobile and desktop.
Coding from anywhere at any time.
Visit our website for more Javascript courses & projects.
www.bn-academy.com
Useful Features
- Flexible Layouts
- Files Mangement
- Emmet extension support
- Auto-complete
- JS Terminal
- html live preview
Keyboard Shortcuts
General
Ctrl-K Ctrl-D | skip and select next occurrence |
shift+Ctrl+S | Save Project |
ctrl+U | Soft undo |
ctrl+Y | Redo or repeat last keyboard shortcut command |
shift+ctrl+A | Select tag |
ctrl+A | Select All |
Text Editing
ctrl+Kctrl+K | Delete from cursor to end of line |
ctrl+Kctrl+BACKSPACE | Delete from cursor to start of line |
shift+ctrl+D | Duplicate line(s) |
ctrl+/ | Comment/un-comment current line |
ctrl+[SPACE] | Select next auto-complete suggestion |
ctrl+MouseLeftButton | Multi-Cursors |
Find/Replace
ctrl+F | Find |
ctrl+H | Replace |
shift+ctrl+F | Find and Replace |