open-source-workshop / idc-katas

0 stars 40 forks source link

Next perfect square #9

Open kritiagrawal11 opened 5 years ago

kritiagrawal11 commented 5 years ago

nextPerfectSquare

Where to implement

src/nextPerfectSquare.js

Description (optional)

Write a function that takes in a number and returns the next perfect square. For example: Given an input 4 the function should return 9 which is the next perfect square.

Pramothini-Sekar commented 5 years ago

I want to take up this issue

pranjalrai commented 5 years ago

I am working on it.