function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kate McKinneyKate McKinney 

Superbadge Trouble - Lightning Web Components Specialist

I'm working on the new Lightning Web Components Specialist suberbadge and I've run into a problem on part/challenge 4.
In the instructions it says to "Show the spinner while the form is loading the boats. Use the attribute isLoading via the two following methods: handleLoading() and handleDoneLoading().".  They gave me some code pre-written, but it appears to have a good bit missing and I'm having a lot of trouble figuring out how to make it work.

I've given the spinner an id in the html and then tried to reference that in the JS so that when the page starts loading it will show the spinner.  But the JS doesn't look like the JS that I know, and when I go back to the prerequisites for the superbadge to get some insight, the stuff they showed me there doesn't work here and I don't know why.

Any help would be appreciated, thank you!
AbhishekAbhishek (Salesforce Developers) 
Hi,

For all the Trailhead issues please report it here,

https://trailhead.salesforce.com/help?support=home#

https://trailhead.salesforce.com/help

So that our trailhead support engineers will look into it and get back to you.

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Regards,
​​​​​​​Salesforce Support.
Watson MarconatoWatson Marconato
@Kate, share your code please. Maybe i can help you.
I just finish this challenge.