Skip to content

Instantly share code, notes, and snippets.

@INguyen22
Last active March 24, 2022 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save INguyen22/96db230231e7c69dcdb33b9750b5bb4c to your computer and use it in GitHub Desktop.
Save INguyen22/96db230231e7c69dcdb33b9750b5bb4c to your computer and use it in GitHub Desktop.
ivy_nguyen_mod_0_plan

Mod 0 plan for success

Preview/work on Mod 0 project

  1. What materials do you need?
  2. What should you expect?

Project set up

NOTE

All mod0 work will be done in atom. DO NOT WORK DIRECTLY IN GITHUB OR EDIT DIRECTLY FROM THE GITHUB VERSION OF THE MOD0 REPO

DONT BE AFRIAD TO ASK FOR HELP

Sneak peak at mod 0 project

Topics

  1. How to ask questions
  2. Terminal Practice
  3. Javascript foundations

code

  1. concatenation Example:
var name = "ivy";
console.log('Hello, my name is " + name};
// This will log the string "Hello, my name is ivy"

Keep a clear/changeable schedule

Include working on the mod0 project into your calender Screen Shot 2022-03-12 at 6 35 45 PM

Stay postive!!!!🌞

56-566340_cute-potato-png-kawaii-potato-transparent-png

Review and practice!

Feel like you don't have anything to do? Review and practice past sessions or what you feel like you aren't comfortable with yet. Practice makes perfect Reach out to cohort if you want to get together and study with eachother!

Things to note

  1. Don't be hard on yourself. Everyone is struggling too
  2. Don't leave things last minute
  3. Preview sessions ahead of time
  4. Good luck and have fun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment