Moving to Line Ends

Use the following keys to move to the beginning or end of a line:

0
-move to the beginning of a line
Example
$
-move to the end of a line
Example
_
-move to the first word in a line
Example








(function someDemo() {
const test = "Hello World!";
console.log(test);
})();
// test
return () => <App />;
 0/15  00:00