Saturday, 25 January 2020

Tips for beginner programmer

  1. Tip #1: Code Everyday: Everyday practice is more important.what you read, what you learn. Just revised and practice evrybday.
  2. Tip #2: Write It Out: try to make a habit to write on paper. It will help you to remember everything very fast.
  3. Tip #3: Take Breaks: Do not practice and read continues to study. After 2-3 hours one break is very important to make mind refresh.
  4. Tip #4: Surround Yourself With Others Who Are Learning: i think you heard one point. Experience bolata hai. So always trying to make a friend who already completed point which you are going to starred. It will help you save your time to learn anything.
Thanks for reading..😊

3 comments:

How to print Specific area and avoid the some area in javascript

Hi, guys below are an example to print a specific area in javascript, also you can hide the specific area. Example: <html> <b...