Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clemons09 patch 2 #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Clemons09 patch 2 #21

wants to merge 3 commits into from

Commits on Jun 17, 2017

  1. Add files via upload

    Clemons09 authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    11e9c84 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    
    Homework #1
    
    Instructions
    
    	1.	Feynman Writing Prompts - Write out explanations of the following concepts like you are explaining it to a 12 year old. Doing this will help you quickly discover any holes in your understanding. Ask your questions on Slack.
    	◦	Variables
    	⁃	a value that can change depending on what you want to tell the computer to do. Used to let the computer know you’d like to perform an action.
    	◦	Strings
    	⁃	simply a line of numbers, symbols and punctuation used to define a function.
    	◦	Functions (arguments, return)
    	⁃	a function performs an action and produces a result.
    	◦	if statements
    	⁃	ask a function to determine if a statement is true or false.
    	◦	Boolean values (true, false)
    	⁃	a variable that can either be true or false.
    	⁃	
    	2.	Install Node and NPM. NPM comes packaged with Node. https://nodejs.org/en/download/
    	3.	Install SublimeText3. If you have another editor that you prefer then you can use that. https://www.sublime
    Clemons09 authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    63a0118 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Clemons09 authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    042cd38 View commit details
    Browse the repository at this point in the history