As everyone says if we want to be gud we should do practice but l am confused about what does it mean?
Like if we do repeat the same code again and again is this practice or what ?
Kindly reply plz
As everyone says if we want to be gud we should do practice but l am confused about what does it mean?
Like if we do repeat the same code again and again is this practice or what ?
Kindly reply plz
As in, try writing code on your own. By finding other projects or writing your own projects, you reinforce the ideas that you are learning better than if you just follow along in a tutorial
An example might be to try and copy the home page of a website that you like. (Or the whole website if you know enough HTML, CSS, and JavaScript.) You wonât have the source code in front of you but you will use what youâve learned to come as close as you can
Whaooo such a great idea I will surely apply this and thanks for your great great advice
Yaeh this how I will be able to learn logic-building right ?
Iâm not sure what you mean by logic building. JavaScript has a lot of logic (making it do certain actions in a web app, like calculate shipping or updating how long ago a social media post was posted) so if youâre interested in that, learn JavaScript as much as you can. There is a LOT that JavaScript can do, so donât give up if it seems like too much
But javascript seems to me very difficult and hard like very very tuffâŚ
And i have asked to what is logic building ?
Iâm not going to lie and say that programming is easy. Itâs not. Thatâs why it takes some time to learn. Thatâs also why you need to practice (it will become easier eventually as you start to understand more and more.) But you will have times where you fail and feel frustrated, but please know that this is very normal and we all do this at some point in time. If you donât give up, youâll eventually figure out the patterns.
Logic is the instructions that a computer or program is given by us, the humans. Itâs kind of a general term. Like, if you want to say, âhey, I want a survey with a progress bar up top that fills up green as you finish the surveyâ. The computer doesnât automatically know how to do that. You have to tell it what progress bar youâre talking about, you have to explain to it how much of the survey is 50% full on the progress bar, youâll have to tell it what color green you want. All of that is logic.
Yup now I got it depends on us like how much effort we can give into it
Well thanks for replying and for your pricious time to reply
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.