You need to check the balance of time remaining in the trial period

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.

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.

Answer:

Explanation:

Reference:
http://www.getcodesamples.com/src/149C1734/29540C4



Leave a Reply 2

Your email address will not be published. Required fields are marked *


chicco

chicco

stupid answer! totally wrong!

Moe

Moe

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) }