Skip to content

Instantly share code, notes, and snippets.

View mosidrum's full-sized avatar

Isaac Ayodele mosidrum

View GitHub Profile
@mosidrum
mosidrum / gist:e6ac6e0075ab4882d407706314e3345d
Created March 27, 2025 05:55
Highlighting text playground
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Lampstand Epub</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/epub.min.js"></script>
<style>
#viewer {
width: 600px;
EAMPLE 1
const pets = ['Cat', 'Dog', 'Bird', 'Fish', 'Frog', 'Hamster', 'Pig', 'Horse', 'Lion', 'Dragon'];
// Print all pets
console.log(pets[0]);
console.log(pets[1]);
console.log(pets[2]);
console.log(pets[3]);