What is the meaning of practice in coding?

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 :blush:

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

2 Likes

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 ?
:blush:

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.

1 Like

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 :blush:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.