-
function max(num1, num2) {
if (num1 > num2) {
return num1
} else {
return num2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sun Jan 12 01:45:13 UTC 2020 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "parser": "babel-eslint", | |
| "extends": [ | |
| "eslint:recommended", | |
| "plugin:react/recommended" | |
| ], | |
| "plugins": [ | |
| "react" | |
| ], | |
| "env": { |
Build on your professional story by thinking about how you're progressing at Turing. Answer the questions below in your own gist to use your StrengthsFinder themes to add to your story:
Look at your initial StrengthsFinder reflection that you completed in week 1 -- how have your perceptions of the top 5 themes changed?
- I felt like my strengths finder was spot on in identifying my strengths. My top 2 were Achiever and Learner. However, because of the struggles I have experienced this mod, my perceptions of these have altered a bit. I have been forced to reframe what these look like to me. Learing at a slower pace has been extremely frustrating for me. Responsibility was my 3rd strengh. I look at this a bit differently now as well. Not only do I feel a strong sense of responsibility to my pairing partners, I more so feel a strong sense of responsibility to myself.... to do the things I need to do to take care of myself and to teach myself the material until
- On a website, what is the purpose of HTML code? {page structure}
- What is the difference between an element and a tag? {elements are composed of the characters within the <> and usually consists of 2 tags (opening <> and closing </ >); tags act like containers... they tell you something about the information that lies between their opening and closing tags}
- Why do we use attributes in HTML elements? {attributes provide additonal information about the contents of an element; they appear in the opening tag of the element and are made up of a name and value, separated by an equals sign}
- Describe the purpose of the head, title and body HTML elements. {head: contains information about the the page; title: usually sits within the head element and appears in the title bar (or tabs) at the top of the browser window; body: everything inside this element is shown in the main browser window}
- In your browser (Chrome), how do you view the source of a website? {in browser menu, select