DRAG DROP
You are developing a Windows Store app by using JavaScript. The app will have a 30-day
trial option.
You need to check the balance of time remaining in the trial period.
Develop the solution by arranging the code segments in the correct order. You will need all
of the code segments.
Explanation:
Reference:
http://www.getcodesamples.com/src/149C1734/29540C4
stupid answer! totally wrong!
1) function ….
2) var licenceInfo …
3) var balanceTrialPeriod ..
4) WinJs.log && WinJs.log(“Balance Trial” …
5) else { WinJs.log && WinJs.log(“Full Licence.” …
6) else { WinJs.log && WinJs.log(“No Active licence found” …
7) }