View 0_reuse_code.js
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
View index.html
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Naamloos document</title> | |
<link href="test.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> | |
<div id="page"> |