Giter VIP home page Giter VIP logo

level-2-mid-assessment's Introduction

level-2-mid-assessment

To clone this repository, navigate to your terminal, and in the directory you want to clone the repository into, type

    git clone https://github.com/isaabutaa/level-2-mid-assessment.git

Part 1

In part 1, I ask you to complete a number of simple exercises that give you an opportunity to practice the following:

- arr.map
- arr.filter
- arr.find
- arr.sort
- arr.reduce
- setInterval & setTimeout

Why are higher order functions/arr methods useful? Well, in short, they're very useful when you're trying to manipulate and navigate collections of data. If you have an app with users, you're going to want to be able to filter out certain users so that you can give them an individualized experience. Or if you're receiving a collection of data from a third-party source, maybe you'll want to map through that data so that you can render each item on the browser page. There are all kinds of use cases, and being familiar with these methods and others will help you immensely in the course and in your career as a developer.

Set interval and set timeout are in here because there's another assignment in level 2 where you're required to use it. Hopefully this practice helps.

Part 2

Coming soon! ๐Ÿ˜„

level-2-mid-assessment's People

Contributors

isaabutaa avatar

Watchers

 avatar

Forkers

deliscool

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.