- What do you find challenging about coding?
- RE: LEARNING THE NEW LANGUAGE
- Talk about a project that disappointed you. What would you change?
- RE: My tic tac toe project from js211 i did it fine in HTML & CSS but slowly forgot when we added new things
- List three key things to consider when coding with SEO in mind.
- RE: there is a lot of data being shared, must have complete spelling and correct spelling, as well as a general background of what you are coding.
- List five or more ways you could optimize a website to be as efficient and scalable as possible.
- RE: Making sure your coding is formatted nice and neat, use simple verbs in your code so people who look at it have a good idea of what you were doing,
- What do you find challenging about coding?
- RE: Java script and its language and uses
- Talk about a project that disappointed you. What would you change?
- RE: TIc tac toe in the first coarse at the end we had did this exact project and i did decent on it then got to JS211 and did not preform the same
- List three key things to consider when coding with SEO in mind.
- RE: 1. dont over think the code. 2. DONT PANIC 3.STUDY
- List five or more ways you could optimize a website to be as efficient and scalable as possible.
- RE: 1. neatest 2.comment coding 3.plan out your code 4.ask questions
- Describe one thing you’re learning in class today.
- re: i learned about find(), findIndex(), and how they work in a function
- Can you describe the main difference between a forEach loop and a .map() loop and why you would pick one versus the other?
- re: he first difference between map() and forEach() is the returning value
- Describe event bubbling.
- re: Event bubbling is a type of event propagation
- What is the definition of a higher-order function?
- re: functions can be assigned to variables in the same way that strings or arrays can.
- ES6 Template Literals offer a lot of flexibility in generating strings. Can you give an example?
- What Is an associative array in JavaScript?
- re: arrays are basically objects in javascript where indexes are replaced
- Why should you never use new Array in JavaScript?