Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

!--The content below is only a placeholder and can be replaced.--> Welcome to {{ title }}! var x; var y=[A,B,C,D,E,F,F,F,F]; var text= ; var m;

!--The content below is only a placeholder and can be replaced.-->

Welcome to {{ title }}!

var x;

var y=["A","B","C","D","E","F","F","F","F"];

var text=" ";

var m;

for(m=0;m

{

x=Math.floor(Math.random()*10);

text+=x;

text+=y[m]+" ";

}

document.getElementById("demo").innerHTML=text;

Will be displayed because ngIf is true.

These numbers will be displayed .

Will not be displayed because ngIf is false.

These numbers will not be displayed

1,2,3,4,5,6,7,8,9

Click to read variables!

Please fix this code and use Math random to display numbers from 20 -100 in angular

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database 19c DBA By Examples Installation And Administration

Authors: Ravinder Gupta

1st Edition

B09FC7TQJ6, 979-8469226970

More Books

Students also viewed these Databases questions

Question

5. Prepare for the role of interviewee

Answered: 1 week ago

Question

6. Secure job interviews and manage them with confidence

Answered: 1 week ago