MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / generateWarning

Function generateWarning

assets/js/caesarCipher.js:52–58  ·  view source on GitHub ↗
(warningMessage)

Source from the content-addressed store, hash-verified

50
51}
52function generateWarning(warningMessage) {
53 //To get the clicking sound
54 document.getElementById("click").play();
55 document.getElementById("warning").style.visibility = "visible";
56 document.getElementById("txt").innerHTML = warningMessage;
57 document.getElementById("warning").style.animation = "pop .27s ease";
58}
59
60
61function ok() {

Callers 2

encryptFunction · 0.85
decryptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected