Diferent types of lenguages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Diferent types of lenguages

hi i know that are many types of languages but there are different forms to write them, so my question is if i can mix the different ways to write it 'cause i'm a newbie and i'm os confusos :( (in concrete Javascript)

11th Jan 2018, 7:58 AM
Angel Hernangómez Dortez
Angel Hernangómez Dortez - avatar
2 Answers
0
No, we never mix language syntax because there is a standard. For example Java uses camelCase syntax and c++ uses underscore_syntax so we follow same standard in programming. You don't have to worry about this, when you work in an IDE, it handles all these stuff.
11th Jan 2018, 9:45 PM
Ravindra Sisodia
Ravindra Sisodia - avatar
0
Syntax and grammar are mandatory standard, but code style can vary more or less (depending to the field of freedom let by syntax/grammar) from each users/coders to others: code style are almost USUAL standard, but in any way are mandatory to follow... they're recommendation and would help to write better codes, to easiest debug and update. As beginner, don't worry too much about that, but be still aware about, as a goal to reach (having a pleasant style, improving readability and so maintenance of code) ;)
12th Jan 2018, 7:32 AM
visph
visph - avatar