Which keyword should Mark use for variable declaration in JavaScript?

Answers

Answer 1
VAR is the keyword he should use

Related Questions

What is the output of the following code? Assume the Rectangle class exists and all the methods called below exist and work as expected.

ArrayList blah = new ArrayList ();
blah.add( new Rectangle(3,5) );
blah.add( new Rectangle(2,15) );
blah.add( new Rectangle(5,5) );
double x=0;

System.out.println(blah.size());
for(Rectangle s: blah) x+=s.area();
System.out.println(x);

Answers

Answer:

3

70.0

Explanation:

There will be 3 elements (Rectangle instances) in the list.

The sum of the areas x will contain 3*5 + 2*15 + 5*5 = 70 and will be printed as a double.

how does a USB flash drive get its files?

Answers

Answer:

The flash drive is inserted into a computer's USB port, or type-A USB connector. The USB connector communicates between the drive and the computer. The computer recognizes the drive as a separate hard drive, allowing users to move files from the computer's hard drive to the flash drive.

Navigation buttons found on Web sites that might lead you to information about the Web site publishers are often labeled _____.


Shop

Index

What’s New

About Us

Answers

About us because what’s new would be about things that are new, index would be about a statistical measure, and shop would be to shop.

What is a working model used to test a design called?

Answers

A working model used to test a design is a prototype.

Answer:

mockup is the working model

it refers to the ability of different parts of a computer to work together as one. please answer this​

Answers

Multiseat o multipuesto,

3. Special keys labelled Fl to F12.
A. Function Keys
B. Special Keys
C. Modifier Keys
D. Alpha Numeric Keys

Answers

Answer:

The answers is Function Keys

How has the Internet expanded the reach of all of these types of media?

Answers

the Internet made it easier for us to find information or to communicate with one another.

Huzaifa is a grade 5 student who is very enthusiastic to learn coding in computers. He asks his computer teacher to help him choose a language to code. Which level language will the teacher recommend Huzaifa?

Answers

Answer:

High level language.

Explanation:

High level language can be defined as a programming language which is generally less complex than a machine (low level) language and easy to understand by the end users (programmers).

This ultimately implies that, a high level programming language is typically a user friendly language and as such simplifies coding or programming for beginners.

Some examples of high level programming language are Python, Java, C#, Ruby, Perl, Visual Basic, PHP, Cobol, C++, Fortran, Javascript, etc.

In this scenario, Huzaifa is a grade 5 student who is very enthusiastic to learn coding in computers. He asks his computer teacher to help him choose a language to code. Thus, the language level the teacher will recommend to Huzaifa is a high level language.

Which programming language uses objects?
a. C++
b. ALGOL
c. Pascal
d. BASIC

Answers

So this is your answer hope this helps you
C++

C++, it's also used as code for video games, so it would make sense.

A short-range wireless network is called:
cable modem
cell site
wi fi
personal digital assistant

Answers

Answer:

WiFi

Explanation:

WiFi can be defined as a wireless local area network that allows network devices such as access points (APs), computers (both laptops and desktops), smartphones, smart televisions, etc., to communicate with each other wirelessly over a short-ranged network. It is a standard communication network that uses radio waves to establish a channel (medium) between multiple network devices.

This ultimately implies that, the network range or distance covered by WiFi is largely dependent on transmission power and frequency. The standard range or distance covered by WiFi is about 50 meters (160 feet).

Hence, a short-range wireless network is called WiFi.

What is the best way to pay for college?
O Federal student loans
O Scholarships
Work-study
O Credit cards

Answers

Answer:

I think it would be Federal student loans if I am sure sorry if you get it wrong.

Explanation:

Answer:

O Federal student loans i tried not sure

Explanation:

Which is the hanging indent on the rulern

Answers

Answer:

indent is a space between the red line.

Explanation:

3. One advantage of online classrooms over physical classrooms is that:
A-You can usually take the classes on your own time.
B-It is easier to access class materials.
C-You can communicate with your teacher more effectively.

D-The quality of the teaching is usually better.


Answers

Answer:

c

Explanation:

You can communicate your teachers

Na2CO3 → Na2O + what

Answers

Answer:

CO3

Explanation:

Answer:

C02

Explanation:

Which portion of the Outlook interface contains commonly accessed commands that a user will require frequently
and is able to be customized by the user based on their particular needs?
Quick Access toolbar
ribbon and ribbon tabs
Tell me box
Title bar

Answers

Answer:

A

Explanation:

on edge 2021

What is the value of creating recurring tasks?

makes task reminders more noticeable
makes task reminders more efficient
saves time spent manually creating multiple tasks
saves time spent manually configuring recurrence settings

Answers

Answer:

✔️saves time spent manually creating multiple tasks

Explanation:

I did it on edge

Answer:

saves time spent manually creating multiple tasks

Explanation:

it correct on edge 2021

How does password encryption primarily protect a presentation?
O It prevents other users from saving the presentation.
O It restricts other users from opening the presentation.
O It restricts other users from emailing the presentation.
O It prevents other users from copyrighting the presentation.

The answer is B.) It restricts other users from opening the presentation.

Answers

if you have the answer why...

Answer: B: It restricts other users from opening the presentation.

Explanation: I just got it right

Yes or no If the space is crowned make sure there are no white spaces​

Answers

Explanation:

huh??

I didn't understand

what is a similarity and difference of email and bulletin board?​

Answers

you can use both to write and the different is one is mobile ..

what are the hardware and software components of a computer​

Answers

Answer:

I. Hardware components of a computer includes monitor, speaker, central processing unit, motherboard, hard-drive, joystick, mouse, keyboard, etc.

II. Software components of a computer includes operating system, registry keys, antivirus, media player, word processor, etc.

Explanation:

The hardware component of a computer can be defined as the physical parts or peripherals that enables it to work properly. Some examples of hardware components are monitor, speaker, central processing unit, motherboard, hard-drive, joystick, mouse, keyboard, etc.

A software component of a computer comprises of software application or program that are used by the computer to manage or control software application, computer hardware and user processes. Some examples of software components are operating system, registry keys, antivirus, media player, word processor, etc.

In conclusion, the hardware components of a computer are the physical parts that can be seen and touched while the software components cannot be touched but rather are installed as a program.

Which option is used in Access to locate and retrieve data that may be present in multiple database tables within the database?
queries

forms

procedures

Answers

Answer:

procedures

Explanation:

Answer:

themes

Explanation:

a flow chart is the _______ representation of the sequence of steps required of steps required to solve a particular problem​. I know answer I want how is it the answer

Answers

Answer:

A flowchart is simply a graphical representation of steps. It shows steps in sequential order and is widely used in presenting the flow of algorithms, workflow or processes. Typically, a flowchart shows the steps as boxes of various kinds, and their order by connecting them with arrows.

Python pseudocode: Can anyone please help me please? I’m so desperate for the answer.

Answers

Answer:

You need “input(prompt)” and “sum(iterable)”

Explanation:

import numpy

class Students:

   def __init__(self, students_size, marks_size):

       self.students_size = students_size

       self.marks_size = marks_size

   def input_name(self):

       return input("Name of the student:")

   def input_marks(self):

       for __ in range(self.marks_size):

           yield int(input("Mark:"))

   def input_students_data(self):

       for __ in range(self.students_size):

           name = self.input_name()

           yield name, list(self.input_marks())

if __name__ == "__main__":

   students = Students(students_size=3, marks_size=5)

   name = numpy.empty([students.students_size], dtype="<U100")  

   # more space might be needed for long names      

   marks = numpy.empty([students.students_size, students.marks_size])

   for i, (student_name, student_marks) in enumerate(                        

           students.input_students_data()):

       name[i] = student_name

       marks[i] = student_marks

       total = sum(student_marks)

       print("total: {:g}, average: {:g}".format(total, float(total)/students.marks_size))

Buying the newest phone as soon as it is released when your current phone works perfectly is not a good idea for all but which of the following reasons?

Answers

Answer:

You are gonna waste money and it might not be the best idea

Explanation:

Answer:

waste money

Explanation:

How would our lives be different without computers at home?

Answers

Answer:

It would be so difficult to spend a life without computers. We would not be aware of technology or what things are being discovered. We could get information by newspaper, television, radio or some other medium but on computers.

Explanation:

Thanks for the points have a good day <3

Stacy plans to print her contacts and would like to choose an option that will print select information for each contact in a business card format. Which option should she choose?

Small Booklet style
Medium Booklet style
Memo style
Card style

Answers

Answer:

D

Explanation:

did the quiz

Answer:

D: card style

Explanation:

just took the unit test on edge and made a 100%

Read the following scenario, and then decide if you should upgrade the computer. You have a desktop that you use primarily for writing essays for school and browsing the web at home. The computer is slowing down some, so you check the date on it. Your computer is 6 years old. It is amazing that it lasted this long. You probably need a better CPU and more RAM. What should you do?

Answers

Answer:

Upgrade

Explanation:

EDGE 2021

Answer:

B. Upgrade

Explanation:

Because you have a desktop, upgrading the CPU and RAM are an easy and inexpensive fix. Upgrading a laptop is more difficult and often requires purchasing a new computer.

I hope this helps<3

Have a nice day everyone<3

is willingness to be held accountable for your actions

Answers

Answer:

Responsibility.

Explanation:

Responsibility is the willingness to be held accountable for your actions.

A responsible person would always take measured and careful step or engage in well-thought-out actions that will add value to their lives and positively impact their immediate environment.

This ultimately implies that, responsibility is an individual characteristic which typically involves acting in a positive manner and owning up to any of your actions.

In a nutshell, responsibility requires that an individual does the right thing, the right way, at all times.

In this assignment, you will use all of the graphics commands you have learned to create an animated scene. Your program should have a clear theme and tell a story. You may pick any school-appropriate theme that you like.

The program must include a minimum of:

5 circles
5 polygons
5 line commands
2 for loops
1 global variable
You may wish to use the standard code for simplegui graphics below:
In Python please.

Answers

I have attached pictures.

Hope this helps!

what might be some challenges if you’re trying to design a product for someone

Answers

Answer:

failure

Explanation:

if someone dosnt like it

Failure,a picky person,time consumption if they can’t make up there kind,wasting time and money,
Other Questions
Isaac buys 17 anti-pollution masks for 5.25 each.He pays with five 20 notes.a) How much change should Isaac get?Write your answer in . PLSS HELPP QUICK Which of the following led to the adoption of the 1956 Georgia state flag?Brown v. Board of EducationMontgomery Bus BoycottMarch on Washington, D.C.The formation of the SCLC A 0.20 kg mass is oscillating on Planet X at a small angle from a light string of length 0.15 m with a period of0.75 s.What is the acceleration of gravity on Planet X?Round answer to two significant digits. Starfish are able to reproduce both sexually and asexually. In an area of the ocean that is gradually changing due to increasing temperatures, it is more advantageous for starfish to reproduce what because they will be able to whatblank 1: asexually or sexually blank 2: better adapt or reproduce more quickly PLS HURRY I'LL GIVE THE BRAINLEST write an article on the advantages and disadvantages of car as a means of transportation.... about 150 to 200 words Which of the following is an example of an entrepreneurial inventor?A medical secretary who reorganizes the office paperworkA physiotherapist who uses a new stretching technique she just read aboutA heart surgeon who designs an artificial heart valve that improves heart functioningA dentist who sells electric tooth brushesDO NE I INTENDED TO STUDY ALL WEEKEND WITH: JOEY AND PAT. CHOOSE CORRECT PUNCTUATION Which factor would most likely cause a population to increase?A. destruction of habitatB. a lack of shelterC. an abundance of matesD. spread of disease Which of the following is an example of a social need? What is the importance of Russia in World War 1? Include a minimum of 2 sentences. problems that arose when india became independent from great britain Question answer.1 name any foods that provides vitamin A. 2.By looking at the following which is the busiest airport in Asia 1.Bejing 2.Tokyo 3.Dubai 4. Seoul Incheon Many freshwater plants have adapted to low carbon and light levels by adapting what feature?Group of answer choicesCarnivorous plantsNo need for carbon dioxideCamouflageFloating leaves Can someone please help me, i need to get this done before tommorrow! 4142434445464748How did the Nile River influence ancient Egypt's crop schedule?Crops were planted when the Nile River delta was flooded.Crops were harvested when the Nile River Valley was flooded.O Crops were planted when the Nile River was at its highest point.O Crops were harvested when the Nile River was at its lowest point. You poured 4 kilograms of oats equally into 3 bags. What is the weight of each of his bags of oat Please answer im confused lol i didnt pay attention in math Cual es el valor de y cuando x es 0.5 what is 1/2 divided by 6? If rectangle LMNO were rotated 180 clockwise about the origin to create rectangle L'M'N'O', what would the measure of angle O' be? please help meWhich statement best describes the role of lichens in ecological succession?A. They replace smaller trees and shrubs that need less sunlight.B. They add nutrients to the soil and hold the soil together with roots.C. They release acids that help break down bare rock to form soil.D. They use nitrogen from the air to make nutrients that plants can use.