Skip to content

Instantly share code, notes, and snippets.

View gurunate's full-sized avatar

Nate Johnson gurunate

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@gurunate
gurunate / gist:8675450
Created January 28, 2014 20:17
Javascript quiz - question #3 analysis
/*
Question: #3 (http://perfectionkills.com/javascript-quiz/)
(function(x){
delete x;
return x;
})(1);
A. 1 [correct]
B. null
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
</body>