Skip to content

Instantly share code, notes, and snippets.

@morettisf
morettisf / index.html
Last active October 13, 2016 22:52 — forked from anonymous/index.html
OBJECTS - Word Frequencies
<!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">
@morettisf
morettisf / index.html
Last active October 13, 2016 22:55 — forked from anonymous/index.html
jQuery - Cat Image Swap
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
}
@morettisf
morettisf / index.html
Last active October 13, 2016 22:55 — forked from anonymous/index.html
jQuery - Lightbulb
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
font-family: sans-serif;
@morettisf
morettisf / index.html
Last active October 13, 2016 22:55 — forked from anonymous/index.html
jQuery - Fizzbuzz
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
font-family: sans-serif
@morettisf
morettisf / index.html
Created October 10, 2016 23:23 — forked from anonymous/index.html
Recipe Factory
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1 class="js-recipe-name">Not working!</h1>
@morettisf
morettisf / index.html
Last active October 10, 2016 22:43 — forked from anonymous/index.html
Most Frequent Word & Data Merge
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/lodash/4/lodash.min.js"></script>
<script id="jsbin-javascript">
@morettisf
morettisf / index.html
Last active October 7, 2016 16:19 — forked from anonymous/index.html
Array & Loops Drills
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="max/min drill solution">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>max/min drill solution</title>
</head>
<body>
x
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
}
<!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">