C-Media Technical Documentation content
Naslov 1
// Function to compute the product of p1 and p2
function myFunction(p1, p2) {
return p1 * p2;
}
C-Media Technical Documentation content
// Function to compute the product of p1 and p2
function myFunction(p1, p2) {
return p1 * p2;
}