Skip to content

Instantly share code, notes, and snippets.

View CodingCentral's full-sized avatar

CodingCentral CodingCentral

View GitHub Profile
@CodingCentral
CodingCentral / main(test).html
Created January 13, 2018 22:04
Console log "Uncaught ReferenceError: require is not defined". I connected "main.js" to "main(test).html" (to run main.js through).
<html>
<head>
<script src="main.js"></script>
</head>
</html>