0
Зачем нужны функции? [ SOLVED ]
Не понимаю зачем нужны функции, хотя знаю что они нужны. Обьясните, пожалуйста, зачем они нужны? Просто когда я пишу какой-либо код, я их не использую...
5 Réponses
+ 3
Fastest example and without changes in your core code, here for getting a structure in the code, what help for beter servicing, reading and searching of problems of a code as well as using parts of it in future projects.
https://code.sololearn.com/cTf9hm7nrB03/?ref=app
+ 4
Если увидишь что в коде что то повторяется несколько раза из этого возможна делать функцию. Или хочется в очень большем коде разделить частьей которые делают разные задачей.
+ 2
Jan Markus, JaScript,
Thank you very much for bothering to translate my question into my own language, now I understand exactly where to use the functions, but where can I use them with the example of the attached code?
https://code.sololearn.com/c3kGaqHjDLS3/?ref=app
+ 1
JaScript,
Thank you so much for your help!
+ 1
😎_M_😎 Continue to have fun with coding.