You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Write a JavaScript program to create a new string adding "Py" in front of a given string. If the given string begins with "Py" then return the original string. -->
<!DOCTYPE html>
<html>
<head> </head>
<body>
<script>
let originalString = prompt( "Enter a string", "Py" );