Place the code snippets in their correct methods so that smartphone.unlock() prompts the user to enter their thumbprint.
smartphone.unlock()
Make sure to pick console.log('Enter passcode');, followed by console.log('Enter thumbprint');.
console.log('Enter passcode');
console.log('Enter thumbprint');