Skip to content

Instantly share code, notes, and snippets.

@angusgrant
angusgrant / index.html
Created February 4, 2020 12:08 — forked from syntagmatic/index.html
Wiggling Circles
<!doctype html>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.js"></script>
<canvas id="painting" width=960 height=500></canvas>
<script>
var colorScale = d3.scaleOrdinal()
//.range(["red", "green", "blue"]);
.range(["#490A3D","#BD1550","#E97F02","#F8CA00","#8A9B0F"]);
var canvas = d3.select("#painting").node();
@angusgrant
angusgrant / Microsoft 70-480 Exam Study Guide.md
Last active November 4, 2019 16:52 — forked from rgharris/Microsoft 70-480 Exam Study Guide.md
Microsoft 70-480 Exam Study Guide

Microsoft 70-480 Exam Study Guide

Programming in HTML5 with JavaScript and CSS3

Table of Contents

Intro