GithubHelp home page GithubHelp logo

Sreekanth's Projects

all-apis-delete-put-get-post-nodejs-coding-practice-4a icon all-apis-delete-put-get-post-nodejs-coding-practice-4a

sqlite methods like run,get,all Cricket Team Given two files app.js and a database file cricketTeam.db consisting a table cricket_team. Write APIs to perform operations on the table cricket_team containing the following columns,

calculate-ratio-and-factorial icon calculate-ratio-and-factorial

Calculate Ratio and Factorial Create a file index.js in the ratioFactorial directory. Write a JS function in index.js that accepts 3 numbers as arguments and return the ratio of the first two numbers and factorial of the third number in an object with keys as ratio and factorial. Export the function using default export syntax.

date-after-100-days-from-today icon date-after-100-days-from-today

Given an app.js file, write an API with path / using express JS to send the date after 100 days from today as a response in DD/MM/YYYY format. Export the express instance using default export syntax. Use the third-party package date-fns.

first-names-of-the-people icon first-names-of-the-people

Create a file index.js in the names directory. Write a JS function in index.js with function name getPeopleInCity that accepts people names list and returns an array of containing the first names of the people. Export the function using the default export syntax.

gadgets-page icon gadgets-page

Given two files app.js and gadgets.html, write an API in app.js file for the path /gadgets that sends the gadgets.html file as a response. Export the express instance using default export syntax. Use Common JS module syntax

get-a-string icon get-a-string

Given an app.js file, write an API with path / using express JS to send Express JS text as a response. Export the express instance using default export syntax. Use Common JS module syntax

greeting-message icon greeting-message

Create a new file index.js in the message directory. Write a JS program to export the string Hello Rahul! Have a Great Day using the message from greeting/index.js. Export the template string using the default export syntax. Use Common JS module syntax

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.