Advertisement
Shell_Casing

doesn't work

Dec 4th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const phoneNumber = document.querySelector('#phoneNumber').value;
  2. const smsCode = document.querySelector('#smsCode').value;
  3.  
  4.  
  5. async function submitStudentData(e) {
  6.     e.preventDefault();
  7.     console.log(phoneNumber);
  8.     console.log(smsCode);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement