Code Monkey home page Code Monkey logo

js-collection-prctice-in-browser's Introduction

JavaScript Collection Basic

Business Requirement:

  • section-1, compare and filter items from two arrays - 4 practices included
  • section-2, group and count items in an array - 3 practices included
  • section-3, compare, filter and count items in two arrays - 4 practices included

Practice Challenges:

  • Use loop and condition statements
  • Initiate an array
  • Append element into an array
  • Access element in an array
  • Access object properties
  • Create JavaScript object
  • Modify object's properties
  • Fetch specific part of String

Practice Requirements:

  • Pass all tests
  • No high order functions
  • No regular expressions
  • Commit frequently with readable comment via Git
  • Coding with keyboard shortcuts

Practice Output:

You can find requirement detail in the test code comments under spec\section-n directory. And you should put your code in the directory main.

For example, the production code of spec/section-1/practice-1-spec.js should be put into main/section-1/practice-1.js.

And then you should run corrresponding practice-[number]-run.html to validate whether your implementations are right or not.

Environment

A Brower like Chrome

How to begin:

  • Fork this repo
  • Clone forked repo from your github

Learning Resource

  1. JavaScript Basics
  2. JavaScript Code Camp
  3. Jasmine Tutorial
  4. Git Reference

js-collection-prctice-in-browser's People

Contributors

aditobias avatar zjx-immersion avatar

Watchers

James Cloos 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.