Ad
Code
Diff
  • function av(n){
      return Math.abs(n)
    }
    • av=Math.abs
    • function av(n){
    • return Math.abs(n)
    • }