On the Hello world tutorial- part four: do more with strings, there's the last assigned task, regarding methods, to be completed by adding the following code into the text editor:
_string sayHello = "Hello World!";
_Console.WriteLine(sayHello);
sayHello = sayHello.Replace("Hello", "Greetings");
Console.WriteLine(sayHello);
Console.WriteLine(sayHello.ToUpper());
Console.WriteLine(sayHello.ToLower());__
However, when clicking the enter focus mode button, users are prevented from scrolling through text, back to the last paragraphs, to revisit the provided instructions regarding the task of applying methods.
Nevertheless, the inscription of the provided code onto a piece of paper before opening the text editor was my way of circumventing it.
My suggestion is to enable scrolling when the text editor is open for this task.
Document details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
On the Hello world tutorial- part four: do more with strings, there's the last assigned task, regarding methods, to be completed by adding the following code into the text editor:
_string sayHello = "Hello World!";
_Console.WriteLine(sayHello);
sayHello = sayHello.Replace("Hello", "Greetings");
Console.WriteLine(sayHello);
Console.WriteLine(sayHello.ToUpper());
Console.WriteLine(sayHello.ToLower());__
However, when clicking the enter focus mode button, users are prevented from scrolling through text, back to the last paragraphs, to revisit the provided instructions regarding the task of applying methods.
Nevertheless, the inscription of the provided code onto a piece of paper before opening the text editor was my way of circumventing it.
My suggestion is to enable scrolling when the text editor is open for this task.
Document details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.