Skip to content

sunnepazzy123/herocodersFirstInterview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

To calculate the area-of-circle

1. Install

npm install area-of-circle-and-uppercasecheck

import { areaOfCircle } from 'area-of-circle-and-uppercasecheck';

  • const { areaOfCircle } = require("area-of-circle-and-uppercasecheck")

  • const result = areaOfCircle(45)

  • console.log(result) // gives you the result

2. Install

npm install area-of-circle-and-uppercasecheck

  • const { isUpperCaseCheck } = require("area-of-circle-and-uppercasecheck")

  • const result = isUpperCaseCheck("Jsss")

  • console.log(result) // return true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published