What’s the use of .enemy.one Can’t we use .one here. What will happen If we will use that.
Use of .enemy.one
Yes, you can also use .one.
.enemy.one means it selects the element with both the classes enemy and one but its not required in this code.
What’s the use of .enemy.one Can’t we use .one here. What will happen If we will use that.
Yes, you can also use .one.
.enemy.one means it selects the element with both the classes enemy and one but its not required in this code.