khoa-pham-async-await

function add(a, b) {
  return a + b;
}