0
Please what tbe meaning of src n what its function in a code.
Image slider
1 Resposta
0
A function is a reusable piece of code. Instead of duplicating same code at different places, you write it as a function, which can then be called instead. Changes to the logic have to be done only in one place then, which increases code quality.