Skip to content

Instantly share code, notes, and snippets.

@filiptepper
Created March 18, 2011 09:46
Show Gist options
  • Save filiptepper/875832 to your computer and use it in GitHub Desktop.
Save filiptepper/875832 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script type="text/javascript">
alert("string".constructor == String);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment