Skip to content

Instantly share code, notes, and snippets.

View sebabouche's full-sized avatar

Sébastien Nicolaïdis sebabouche

  • Sifnos.io
  • La Trinité sur Mer
View GitHub Profile
@sebabouche
sebabouche / index.html
Created February 22, 2017 22:11
JS Bin Writing a Todo List Reducer (toggling a todo) // source http://jsbin.com/rikozel
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Writing a Todo List Reducer (toggling a todo)">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
</head>
@sebabouche
sebabouche / index.html
Created February 22, 2017 21:54
JS Bin Writing a Todo List Reducer // source http://jsbin.com/rikozel
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Writing a Todo List Reducer">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
</head>
@sebabouche
sebabouche / index.html
Created February 22, 2017 21:38
JS Bin Object Assign and Spread to return a new javascript object // source http://jsbin.com/hujiqa
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Object Assign and Spread to return a new javascript object">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
</head>