31/08/2021
Common mistakes Newbies do while learning programming is just to read a book or look at the sampling code on their desktop without making an effort to practice it . It’s easy to read about the loops, variables, and getting all the things in your head but actual programming doesn’t work in this way. You really need to work with your hands in coding and keep practicing it regularly. Ensure you write the code, play with the code, change your code to see different results, optimize the code and try different solutions.This helps your logical thinking ability to improve day by day and you eventually learn a lot of things that make you a better programmer.