0
give me some tips for java
i need some tips that would make better at java script
3 Respostas
+ 3
java or javascript?
anyways: don't ask, do it!
+ 1
Here are some...
1. Use x.equals("___") to test if strings are equal to something.
2. The spaces in code like println () or if () { are unnecessary, some examples,
Println ()
Println()
If () {
If(){
0
Make sure you can read and understand each and every line of code. Meaning if a person not doing java asks you questions you'll be able to explain using real life examples
I dont know if it helps or not but I tried