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