Skip to content

Conversation

@Clemons09
Copy link

No description provided.


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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant