Posts

Javascript-Age in days challange-1 (Source code)

                                                                   JAVASCRIPT           function   ageInDays (){      var   birthYear  =   prompt ( "What year you born......... good friend" );      var   ageInDays  = ( 2020  -  birthYear )*  365 ;      var   h1  =  document . createElement ( "h1" );      var   textAnswer  =  document . createTextNode ( 'You are'  +  ageInDays  +  'Days' );      h1 . setAttribute ( 'id' ,  'ageInDays' );      h1 . appendChild ( textAnswer );      document . getElementById ( 'result' ). ap...

My Journey to first 50K on Freelancer.com as a Student Web Developer.

Image
               Onkar Mathapati           Hey Guys, Welcome to my personal blog of Freelancing. today I gonna share you all my personal journey Experience with  Freelancing as a beginner. "Beginner", this is the word in our life which puts lots of obstacles in the tasks we try to do at  the beginning. we feel much uncomfortable & also loose hope that, " Can I do This" or "will I succeed in that thing what I am going to do ?" these types of misconceptions we bring with us, I think this is the biggest mistake we do.  None other than me too did the same mistakes & Grown up from that mistakes. as you read the headline 50K milestone is not the big thing for me currently, but at the time of beginning I didn't thought about it. ok! lets I start with my old days.  Freelancer ID: Codewithonkar •Well begun is Half done:             No! I am not going to lie But, yes I was do...