Skip to content

Commit a5f04e8

Browse files
authored
changed files by pdets auto publish service, publishid[d857da86-6366-4d8f-a518-3fee8efaaceb] and do [publish].
1 parent 6d44f22 commit a5f04e8

File tree

1 file changed

+6
-6
lines changed
  • learn-pr/wwl-language/csharp-code-blocks

1 file changed

+6
-6
lines changed

learn-pr/wwl-language/csharp-code-blocks/index.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ summary: Use code blocks with more confidence, understanding how they impact the
1818
abstract: |
1919
After you complete this module, you'll be able to:
2020
21-
- Understand the impact of declaring and initializing variables inside and outside of code blocks
21+
- Understand the impact of declaring and initializing variables inside and outside of code blocks.
2222
23-
- Remove code blocks in if statements to improve readability when there's only one line of code in the body of the code block
23+
- Remove code blocks in if statements to improve readability when there's only one line of code in the body of the code block.
2424
25-
- Describe the purpose and scoping hierarchy for namespaces, classes, and methods
25+
- Describe the purpose and scoping hierarchy for namespaces, classes, and methods.
2626
prerequisites: |
27-
- Experience creating simple C# applications that include console I/O and access the methods of .NET classes such as String and Random
27+
- Experience creating simple C# applications that include console I/O and access the methods of .NET classes such as String and Random.
2828
29-
- Experience using Visual Studio Code to develop, build, and run C# console applications that implement arrays, if-elseif-else statements, and foreach statements
29+
- Experience using Visual Studio Code to develop, build, and run C# console applications that implement arrays, if-elseif-else statements, and foreach statements.
3030
31-
- Experience using operators to evaluate an expression or condition in C#
31+
- Experience using operators to evaluate an expression or condition in C#.
3232
iconUrl: /training/achievements/csharp-code-blocks.svg
3333
levels:
3434
- beginner

0 commit comments

Comments
 (0)