Posts by Douglas Henrique • 11 points
1 post
-
0
votes3
answers214
viewsA: How to concatenate input value to function?
One of the things you have to keep in mind is getting used to programming in English, you know. const serialGenetator = (parameters) => { let { name: n, size: t, characters: c } = parameters, s =…
javascriptanswered Douglas Henrique 11