A tiny (3kb), lightweight, fast JavaScript library that simplifies long, repetitive code, and makes it easier to write.
For HTML, include this script tag in your <head>
tag:
<script src="https://cdn.jsdelivr.net/gh/proudparrot2/quick.js/quick.js"></script>
Example:
<head>
<script src="https://cdn.jsdelivr.net/gh/proudparrot2/quick.js/quick.js"></script>
</head>
<body>
<script>
// code goes here
</script>
</body
For the full docs, click here