Skip to content

Instantly share code, notes, and snippets.

View mjmeintjes's full-sized avatar

Matt Meintjes mjmeintjes

  • Mattsum Limited
View GitHub Profile
// 1: how could you rewrite the following to make it shorter?
if (foo) {
bar.doSomething(el);
} else {
bar.doSomethingElse(el);
}
@smagch
smagch / index.html
Last active December 7, 2022 07:40
HTML Canvas text highlighter
<!DOCTYPE html>
<html>
<head>
<title>Strepsirrhini</title>
<meta name="viewport" content="user-scalable=no" />
<style>
body {
margin: 0;
font-size: 1em;