Skip to content

Instantly share code, notes, and snippets.

View jasontwuk's full-sized avatar

Jason Liao jasontwuk

View GitHub Profile
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Ch16-exercise-AMonster</title>
<script src="levels.js"></script>
<style>
.background { background: rgb(52, 166, 251);
table-layout: fixed;
border-spacing: 0; }
.background td { padding: 0; }
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help