Skip to content

Instantly share code, notes, and snippets.

View albertleng's full-sized avatar

Albert Leng Chan Seng albertleng

View GitHub Profile
@albertleng
albertleng / aExerciseSolutions.MD
Created February 4, 2024 07:49 — forked from CarlosLanderas/aExerciseSolutions.MD
A Tour of Go (https://tour.golang.org) - Exercise Solutions
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Plotting functions in JavaScript using the
function plot library</title>
<meta charset="utf-8"/>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://mauriciopoppe.github.io/function-plot/js/function-plot.js"></script>
<style id="jsbin-css">
section {