WebClub-NITK / Hacktoberfest-2k20

Repository for Hacktoberfest 2020 Meetup at NITK Surathkal
14 stars 53 forks source link

Added: Systems => IPv4_Class => Javascript.js #94

Closed Athi223 closed 4 years ago

Athi223 commented 4 years ago

Resolves Issue #88

Description

Added Javascript implementation of "Given an IPv4 address, find its class"

Technical Specifications

Language: Javascript (Node) Input: IPv4 Address Output: Class of input IPv4 Address

How to run

  1. Node must be installed.
  2. Assuming we are in main directory of repo => cd Systems/IPv4_Class/
  3. Execute => node Javasript.js
  4. Input IPv4 Address

Checklist

krithikvaidya commented 4 years ago

LGTM