Skip to content

A Node.js console app that generates random messages each time a user runs it, using basic JavaScript syntax and programming concepts.

Notifications You must be signed in to change notification settings

Valik3201/mixed-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Mixed Messages - Knock-Knock Jokes Generator 😁

Overview

This project is a simple knock-knock jokes generator written in JavaScript. It provides a collection of 92 knock-knock jokes that can be randomly selected and displayed in the terminal.

Usage

  1. Setup:

    • Clone the repository to your local machine.
  2. Run the Script:

    • Open a terminal.
    • Navigate to the project directory.
    • Run the script using the command: node script.js
  3. Enjoy the Jokes:

    • The script will generate a random knock-knock joke with each run.
    • Have a good laugh and share the jokes with friends!

Jokes Collection

The project includes a diverse collection of 92 knock-knock jokes, ranging from classic to nonsensical. Each joke is presented in a structured format, starting with the setup and ending with a punchline.

Contribution

Feel free to contribute more knock-knock jokes by extending the knockKnockJokes object in the script. Follow the existing format with setup and punchline arrays.

Example:

setup: ["New Joke Setup."],
punchline: ["Hilarious punchline!"]

About

A Node.js console app that generates random messages each time a user runs it, using basic JavaScript syntax and programming concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published