Coder Social home page Coder Social logo

js-control-flow's Introduction

#JS Control Flow

##Getting Started

  • Fork and clone this repository
  • Run npm install to install dependencies
  • Use a separate file for each exercise. This will make it easier to keep track of solutions
    • It may also be beneficial to copy/paste any data structures provided
  • Write JavaScript code to obtain the data prompted by each question
  • Run each file by typing node js/nameOfFile.js
  • Run npm run lint:js to style check your code

###grade.js Write a program that will print the letter grade, given a variable with a test score. Display either "A", "B", "C", "D", or "F", for an score that is an integer between 0 and 100.

Requirements

  • Your program should have a variable to store the letter grade (an integer between 0 and 100)
  • For the letter grades, you may use whatever grading scale you like
  • You must use a switch statement (hint, you may need to review and think about how the switch statement works)

###pluralizer.js Write a program that takes an input like...

var thing = 'cat';
var count = '5';

and output the pluralized form of the word, depending on what count is. For example, "5 cats" or "1 dog".

Requirements

  • Your program should pluralize the word based on an integer (count)

###tempConvert.js Write a program that converts a temperature from Fahrenheit to Celsius.

Requirements

  • Your program should take an integer (in Fahrenheit) and convert the temperature to Celsius.
  • The output of the program should read: "X degrees Fahrenheit is Y degrees Celsius"

Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].

js-control-flow's People

Contributors

bhague1281 avatar geluso avatar kellyh6 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.