Hi,
I'm doing the first exercises for the front end developer guided path(attached) and on page 11 question 1 I'm trying to follow this but I'm getting an error and I'm not sure how to fix this.
What is the issue here? Someone please help fix this
Kind Regards
Shaan
Hi Shaan Rashid
write this :
"container-box container-text " + If(IsWarning, "container-box-warning","container-box-info")
Remove last extraa Double quote ("), then code will work fine
Thanks
Hey,
We are almost a year farther but when I tried the same exercise I also get a message can't identify 'IsWarning' element in expression. Did something change for the expression?
This error means there is no local variable IsWarninig created inside the screen
Once you create IsWarninig variable with data type Boolean inside the screen this error will go out.
Arun