Skip to content

Instantly share code, notes, and snippets.

View Mkapz's full-sized avatar

Michael Kapronica Mkapz

View GitHub Profile
<script type="text/javascript">
var DogBreed=["beagle", " pomeranian", "shiba", "chihuahua", "bulldog", "poodle", "maltese","greatdane", "rottweiler", "dachshund","pug","boxer","greyhound","akita","bullmastiff","pointer"]
var word= DogBreed[Math.floor(Math.random() * DogBreed.length)];