mgokg commited on
Commit
dd58ba0
·
verified ·
1 Parent(s): 8935135

Update fa.html

Browse files
Files changed (1) hide show
  1. fa.html +2 -1
fa.html CHANGED
@@ -32,7 +32,8 @@
32
  });
33
 
34
  const result = await response.json();
35
- console.log(result);
 
36
  }
37
  </script>
38
  </body>
 
32
  });
33
 
34
  const result = await response.json();
35
+ alert(result)
36
+ console.log(result)
37
  }
38
  </script>
39
  </body>