skip to Main Content

A JavaScript promise is not working on a HTML webpage

The problem with the code is that I inputted everything right and nothing is showing up. Code for reference: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>order</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="demo"></div> <script> let…

VIEW QUESTION
Back To Top
Search