CodeMate 🦖
Code explained.
Understand code in seconds - powered by AI.
function add(a, b) { return a + b; }
function
add
(
a
,
b
)
{
return
a
+
b
;
}
Random
Explain this snippet
Config