bcem2004 / js-functions-ins-and-outs-study

Readings for "JavaScript Function Arguments and Return Values"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Assembly Logo

JavaScript: Functions Ins and Outs Study

Prerequisites

Objectives

By the end of this, developers should be able to:

  • Read and write function definitions.
  • Determine the return type of a function.
  • Explain the differences between function declarations and function expressions.

Instructions

  1. Fork and clone this repository.
  2. Change into the new directory.
  3. Create and checkout a new branch, named response.
  4. Follow the directions given in study.md.
  5. When finished, push to your fork and submit a pull request.

You may wish to refer to FAQs related to forking, cloning, and pull requests.

  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 legal@ga.co.

About

Readings for "JavaScript Function Arguments and Return Values"

License:Other


Languages

Language:JavaScript 100.0%