Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am joannasese on github.
  • I am joannasese (https://keybase.io/joannasese) on keybase.
  • I have a public key ASDRAr5ZPTMooIjXtGJkdNw-Ud6vEBrEBkrEudYAoMollwo

To claim this, I am signing this object:

@joannasese
joannasese / index.html
Last active April 30, 2017 21:55
Datatypes
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Datatypes">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Datatypes</title>
</head>
<body>
@joannasese
joannasese / index.html
Last active August 23, 2023 15:43
Functions: programs within programs
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Functions: programs within programs!">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Functions: programs within programs!</title>
</head>
<body>
@joannasese
joannasese / index.html
Created April 29, 2017 21:41
Functions: programs within programs! Functions: programs within programs! // source http://jsbin.com/suyale
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Functions: programs within programs!">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Functions: programs within programs!</title>
</head>
<body>
@joannasese
joannasese / index.html
Last active April 30, 2017 23:21
Loops: while, for, for-in
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Loops: while, for, for-in">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Loops: while, for, for-in</title>
</head>
<body>
@joannasese
joannasese / index.html
Last active April 30, 2017 19:51
Control flow: if, else-if, else
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Control flow: if, else-if, else">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Control flow: if, else-if, else</title>
</head>
<body>
@joannasese
joannasese / index.html
Last active April 30, 2017 18:49
String Manipulation
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="String manipulation">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>String Manipulation</title>
</head>
<body>
@joannasese
joannasese / index.html
Created April 29, 2017 21:33
String Manipulation String manipulation // source http://jsbin.com/raxepif
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="String manipulation">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>String Manipulation</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Datatypes">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Datatypes</title>
</head>
@joannasese
joannasese / index.html
Last active April 30, 2017 17:59
Operators
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Operators">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Operators</title>
</head>
<body>