ShareCopy to ClipboardRawPreview// take the input from the user const number = prompt('Enter the number: '); const result = Math.sqrt(number); console.log(`The square root of ${number} is ${result}`); JS SQRT00natalie199700 CommentsAdd CommentLog in to add a comment