I am just trying to use alert and put a string variable inside the alert and get an error: Uncaught TypeError: Property ‘alert’ of object [Object Window] is not a function My code is: var shorte…
I am trying to # a file that is stored in sql server database table as a vrabinary type using typscipt angula 7 I am able to get the object (res) that has fileName and fileContent as a varb…