Coder Social home page Coder Social logo

career-catalyst-challenge's People

Contributors

devabubakar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

career-catalyst-challenge's Issues

Entry Challenge V1

Entry Challenge V1

Create a function that takes two numbers as arguments and return their sum.

For example

  • Let create a function called addition
  • the function takes in two arguments
  • It returns the sum of the two arguments
addition(3, 2) ➞ 5

addition(-3, -6) ➞ -9

addition(7, 3) ➞ 10

Entry Challenge V2

Entry Challenge V2

// Write a function that takes a value as argument
// Return the type of the value

| Function              | Expected Value    |
|-----------------------|-------------------|
| myFunction(1)         | Expected'number'  |
| myFunction(false)     | Expected'boolean' |
| myFunction({})        | Expected 'object' |
| myFunction(null)      | Expected 'object' |
| myFunction('string')  | Expected 'string' |
| myFunction(['array']) | Expected 'object' |

Entry Challenge V3

Entry Challenge V3

Write a function ( myFunction (){} ) that takes an integer minutes and converts it to seconds.

Examples

convert(5) ➞ 300

convert(3) ➞ 180

convert(2) ➞ 120

Note

  • Don't forget to return the result.

Cannot Push changes

I suspect you have restrictions on this repo that users like myself are unable to push changes. Please confirm that is not the case and revert.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.