opencode18 / HackerSkills

9 stars 15 forks source link

task2 solution added #5

Closed pani-vishal closed 6 years ago

pani-vishal commented 6 years ago

2 solution added

mubaris commented 6 years ago

@falconis Try to implement it in Go and JS. It's very easy

pani-vishal commented 6 years ago

Sure! Will do.

pani-vishal commented 6 years ago

In the JS implementation, do I have to provide a html file and link the js to it? :sweat_smile:

mubaris commented 6 years ago

Use Node.js

pani-vishal commented 6 years ago

I don't know node.js right now, so can I just use prompt function for now. I'll use node.js for future problems.

mubaris commented 6 years ago

Node.js is basically JS without the need for HTML, at least for this task.

Try it. If you implement it, we'll give you extra 10 points 😄

pani-vishal commented 6 years ago

Alright! I'll give it a shot.