Skip to content

Latest commit

 

History

History
133 lines (84 loc) · 3.34 KB

README.md

File metadata and controls

133 lines (84 loc) · 3.34 KB

Gemstones 💎💎💎

📗 Table of Contents

📖 💎 Gemstones

This is a hackerrank challenge named Gemstones. I present here its solution which involves different methods like Set(), spread, has(), push(), filter(), for loops, split() and arrays. Besides of variables creation, and initialization.

🛠 Built With

Tech Stack

Programming Language used:

(back to top)

💻 Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

cd my-prefered-folder
  
git clone https://github.com/IvonneBenitesRodriguez/Gemstones.git

Install

Install this project with:

cd Gemstones

Install Homebrew in the terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Node.js:

brew install node

Verify you've installed node:

node -v
npm -v

Usage

To run the project run the following commands:

node nameOftheFile

(back to top)

👥 Authors

👤 Ivonne Benites

(back to top)

🔭 Future Features

  • **Add more Hackerrank challenges

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

📝 License

This project is MIT licensed.

(back to top)