Computer Science, asked by missunauza, 1 year ago

is the cursor and arrow same? if No, so what is the uses of cursor and arrow?​

Answers

Answered by Anonymous
2

Answer:

Cursors are a mechanism to explicitly enumerate through the rows of a result set, rather than retrieving it as such.

In an arrow function, this means the same thing within the function body as it does outside of it. Which means that if you use arrow functions within your component's render or lifecycle methods, they can use this and this.

PLZ FOLLOW ME

Explanation:

Similar questions