Giter Club home page Giter Club logo

contest_1's Introduction

contest_1

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}

Functions PrintStudentbyMap(): console.log all students with marks over 50 using the .map function. (15 Marks) PrintStudentbyForEach(): console.log all the students who have marks over 50 using the .forEach function. (15 Marks) 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. (15 Marks) removeFailedStudent(): In this function, remove the student who has failed, i.e. with less than 50 marks. console.log the changed array. (15 Marks) ConcatenateArray(): Create another array with 3 student objects similar to the one in the given array but with different ids and all other parameters. Then concatenate these 2 arrays and console.log the result. (15 Marks) Project must be deployed (15 Marks) Template Repository to create your own repository: (10 Marks)

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.