Which company developed JavaScript?
Netscape
What CSS selector allows you to target every element in a page?
*
"universal selector"
What is the smallest Heading available in HTML5
<h6>
What does DOM stand for?
Document Object Model
Where does the term bug come from?
In 1946, when Hopper was released from active duty, she joined the Harvard Faculty at the Computation Laboratory where she continued her work on the Mark II and Mark III. Operators traced an error in the Mark II to a moth trapped in a relay, coining the term bug.
what is this called :
"==="
"strict equality operator"
What is RWD?
Responsive web design
Write an Example of an empty Element
<br>
<hr>
what does SQL stand for?
Structured Query Language
where di the term SCRUM come from?
The term is borrowed from rugby, where a scrum is a formation of players.
Name 6 primitive data types in javascript
string
number
boolean
null
undefined
symbol
What are the 3 different types of CSS
Who is making the Web standards?
W3C
World Wide Web Consortium
What Does DDD stand for?
Domain Driven Design
What is the term used to describe the server side of an application?
Back End
What would be the result of 3+2+"7"?
why?
57
What is the purpose of the z-index and how is it used?
The z-index helps to specify the stack order of positioned elements that may overlap one another. The z-index default value is zero and can take on either a positive or negative number.
which tag is used to display a web page within a web page?
<iframe src="URL"></iframe>
What Does PHP stand for?
Personal Home Page
PHP Now it's Hypertext Preprocessor
what is the term used to describe a systems designed to protect and secure a computer network
Fire Wall
Name 10 Javascript array methods
concat()
copyWithin()
entries()
every()
fill()
filter()
find()
findIndex()
forEach()
from()
includes()
indexOf()
join()
keys()
IndexOf()
map()
pop()
push()
reduce()
reduceRight()
reverse()
shift()
slice()
some()
sort()
splice()
toString()
unshift()
valueOf()
What is Tweening?
Tweening is the process in which we create intermediate frames between two images to get the appearance of the first image which develops into the second image.
Which of these is not supported by HTML5?
Arrows is a new syntax for functions, which brings several benefits:
The syntax allows an implicit return when there is no body block, resulting in shorter and simpler code.
what foes ASCII stand for?
American Standard Code for Information Interchange
what is Data Mining
Data mining is the practice of examining large amounts of data in user databases and websites to find consumer patterns, behaviors, and relationships that can be useful in marketing goods and services online.