Giter Club home page Giter Club logo

js-assignment's Introduction

Javascript Assignment

These exercises were designed to help learning basic skills in javascript

Prerequisites

Create a Github account if you haven't and setup your ssh key for authentication.

Instructions

Fork this repository to your Github account. Then clone the fork to your machine, make commits and push to your fork. Then open pull request to the original repository.

Optionally, you can also run test against your code:

  1. Install dependencies: yarn
  2. Run test: yarn run test

Resources:

Assignments

Your code will go into the src/index.js file

  1. Create a function that will take 2 numbers as inputs, then return the sum of the 2 numbers.

  2. Create a similar function as the above, but return the multiple of the 2 numbers.

  3. Write a function that accepts a number as input, if the number is odd, return a string 'odd', if this number is even, return a string 'even'.

  4. Write a function that return an array of numbers, starting from 1 to 100.

  5. Fix the function number 5 in index.js

  6. Write a function that accepts unlimited amount of numbers as input and return the smallest value

  7. Write a function that accepts an array of numbers as input and return a new array with all numbers doubled.

  8. Write a function that accepts a student array as first parameter, and a name as second parameter and return the student with that name. More details in index.js.

  9. Refactor all of the above functions into arrow functions.

js-assignment's People

Contributors

wyfy0107 avatar

Stargazers

Ghebrehiwet Hagos avatar

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.