show result in javascript
html <! doctype html > < html lang = "en" > < head > < meta charset = "utf-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1" > < title > Bootstrap demo </ title > < script src = "https://kit.fontawesome.com/b766c6b920.js" crossorigin = "anonymous" ></ script > < link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel = "stylesheet" integrity = "sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin = "anonymous" > < link rel = "stylesheet" href = "../css/style.css" > </ head > < body > < div class = "container" > < div class = "message" > < p >< h3 style = " text-align: center;font-wei...