Answered step by step
Verified Expert Solution
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started