Ad
Code
Diff
  • returnhundred=()=>100
    • function returnhundred() {
    • return 10 ** 2;
    • }
    • returnhundred=()=>100