0
Question
In this I want status to be "Available" if No of CDs is greater than 0 and Status to be "Unavailable" if No of CDs is equal to 0 .How can I make status field adjust accordingly https://code.sololearn.com/WyX54Rg0HU42/?ref=app
1 Answer
+ 3
Have you studied Javascript yet? if you haven't, then I suggest you to jump on Javascript course now, cause this will require use of Javascript.