Skip to content

Instantly share code, notes, and snippets.

View RayRedGoose's full-sized avatar
👩‍💻

Raisa Primerova RayRedGoose

👩‍💻
View GitHub Profile

Tracking Technical Module 0 Capstone Progress

Day 6

Reading part of Chapter 3 (Functions & Scope), pages 85-99 from JavaScript & jQuery: Interactive Front-End Web Development

  1. If we have a function defined as function sayHello(){console.log("Hello!")}, what is the difference between entering sayHello and sayHello() in the console?

    sayHello() is correct function name. In round brackets parameters of the function is placed. If the function doesn't have any parameter name of the function is typed with round brackets without any signs inside it.

  2. What is the difference between function parameters and arguments?

Tracking Technical Module 0 Capstone Progress

Day 5

Reading Chapter 2 (Statements, Variables, Data Types, & Arrays) from JavaScript & jQuery: Interactive Front-End Web Development

  1. How do you declare a variable. What does the equals sign really mean in JavaScript? What is it called in JavaScript?

    Variables stores the bits of information a script needs to do its job. The equals sign is assignment operators that asigns a value to the variable.

  2. There are three big data types in JavaScript: numbers, strings, and booleans. Describe what each of them are.

Tracking Technical Module 0 Capstone Progress

Day 3

Reading Chapter 7 on Forms from HTML and CSS: Design and Build Websites

  1. If you're using an input element in a form, what attribute controls the behavior of that input?

    The <input> element is used to create several different form controls. The value of the type attribute determines what kind of input they will be creating.

  2. What element is used to create a dropdown list?

Tracking Technical Module 0 Capstone Progress

Day 2

Reading Chapters 3 and 4 on Lists and Links from HTML and CSS: Design and Build Websites

  1. There are three main types of lists in HTML: ordered, unordered, and definition. What are their differences?

    Ordered lists are lists where each item in the list is numbered.

    Unordered lists are lists that begin with a bullet point.

Tracking Technical Module 0 Capstone Progress

Day 1

Reading Chapters 1 and 2 on Structure and Text from HTML and CSS: Design and Build Websites

  1. On a website, what is the purpose of HTML code?

    HTML describes the structure of a web page

  2. What is the difference between an element and a tag?

@RayRedGoose
RayRedGoose / mod_0_assessment_checklist.md
Last active July 11, 2019 05:55 — forked from damwhit/mod_0_assessment_checklist.md
Mod 0 Technical Assessment Checklist

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made one initial commit.
  • I pushed my initial commit to GitHub.
Object: "Becoming"
Attributes:
Title (Becoming)
Author (Michell Obama)
Year (2018
Total_number_of_pages(448)
Number_of_read_pages (24)
Methods:
Class: Book
Attributes:
Title (string)
Author (string)
Year (integer)
Total_number_of_pages(integer)
Number_of_read_pages (integer)
Methods:

Starting a campfire

  1. Preparation fire spot

    1.1. Find space

    1.1.1. Clear spot

    1.2. Make barrier