Skip to content

Instantly share code, notes, and snippets.

@emkayy
emkayy / documentReady.js
Last active May 29, 2019 10:11
Vanilla JS Document Ready
(function (exports, d) {
function domReady(fn, context) {
function callFn() {
return fn.call(context || exports, event);
}
if (d.readyState === 'interactive' || d.readyState === 'complete') {
return callFn();
}
@emkayy
emkayy / index.html
Last active July 18, 2018 08:54
Word Count
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
</head>
<body>
<article>
<h1>Computer Graphics</h1>
<p>