Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const phoneNumber = document.querySelector('#phoneNumber').value;
- const smsCode = document.querySelector('#smsCode').value;
- async function submitStudentData(e) {
- e.preventDefault();
- console.log(phoneNumber);
- console.log(smsCode);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement