Lab15
This commit is contained in:
7
Chapter ZIPs/JavaScript/ch7/ex_7_15.js
Executable file
7
Chapter ZIPs/JavaScript/ch7/ex_7_15.js
Executable file
@@ -0,0 +1,7 @@
|
||||
function checkWord(x,y)
|
||||
{
|
||||
var x; var y; var spell = true;
|
||||
if (x != y)
|
||||
spell = false;
|
||||
return spell;
|
||||
}
|
Reference in New Issue
Block a user