Coder Social home page Coder Social logo

acciojob-f2-contest-1's Introduction

AccioJob-F2-Contest-1

Problem Statement Given an array of student objects and 5 functions in the script.js file, write code to perform the following tasks.

Array of student objects [{id:1,name:"john",age:"18",marks:80}, {id:2, name:"jack",age:"20", marks:85}, {id:3, name:"karen", age:"19",marks:35} ]

Tasks PrintStudentbyMap(): console.log all students with marks over 50 using the .map function. PrintStudentbyForEach(): console.log all the students who have marks over 50 using the .forEach function. addData(): In this function, create another student object and append it to the array. For example, push this in the array - {id:4,name:"susan",age:"20",marks:45} and then console.log it. removeFailedStudent(): In this function, remove the student who has failed, i.e. with less than 50 marks. console.log the changed array. ConcatenateArray(): Create another array with 3 student objects similar to the one in the given array but with different ids and all other parameters.

Guidelines Clone the given Github repository and edit the script.js file only. Write concise and efficient code. Please ensure that you always update the parent array and not create a new one.

acciojob-f2-contest-1's People

Contributors

prag-sri avatar

Watchers

 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.