add book
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Copyright (c) Daniel Gakwaya.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
function add(a,b) {
|
||||
console.log("Method from utilities2.js called")
|
||||
return a + b
|
||||
}
|
||||
Reference in New Issue
Block a user