Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
//Random number and then the machine will guess it.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
#box {
background-color: Blue;
height: 100px;
left: 50px;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<p>This is the number 1</p>
<p>This is the number 2</p>
<p>This is the number 3</p>
@rodvan
rodvan / index.js
Created May 20, 2014 18:29
githubTest
console.log("Este es una prueba")
@rodvan
rodvan / 0_reuse_code.js
Created February 2, 2014 01:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console