Skip to content

Commit 40f94f7

Browse files
authored
Merge pull request #34176 from wwlpublish/7c55b7e6808105d101cb782bb1777bf1-live
Modules/M03-perform-operations-arrays-using-helper-methods-c-sharp
2 parents 3cf8a2c + 08a9867 commit 40f94f7

20 files changed

+33
-24
lines changed

learn-pr/wwl-language/csharp-arrays-operations/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/10-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/2-exercise-sort-reverse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Discover Sort() and Reverse()
44
metadata:
55
title: Exercise - Discover Sort() and Reverse()
66
description: "Exercise - Discover Sort() and Reverse()"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/3-exercise-clear-resize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Explore Clear() and Resize()
44
metadata:
55
title: Exercise - Explore Clear() and Resize()
66
description: "Exercise - Explore Clear() and Resize()"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/4-exercise-split-join.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Discover Split() and Join()
44
metadata:
55
title: Exercise - Discover Split() and Join()
66
description: "Exercise - Discover Split() and Join()"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/5-challenge-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Complete a challenge to reverse words in a sentence
44
metadata:
55
title: Exercise - Complete a challenge to reverse words in a sentence
66
description: "Exercise - Complete a challenge to reverse words in a sentence"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/6-solution-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Review a solution to the reverse words in a sentence challenge
44
metadata:
55
title: Review a solution to the reverse words in a sentence challenge
66
description: "Review a solution to the reverse words in a sentence challenge"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/7-challenge-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Complete a challenge to parse a string of orders, sort the ord
44
metadata:
55
title: Exercise - Complete a challenge to parse a string of orders, sort the orders and tag possible errors
66
description: "Exercise - Complete a challenge to parse a string of orders, sort the orders and tag possible errors"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/8-solution-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Review a solution to parse a string of orders, sort orders and tag possib
44
metadata:
55
title: Review a solution to parse a string of orders, sort orders and tag possible errors
66
description: "Review a solution to parse a string of orders, sort orders and tag possible errors"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-arrays-operations/9-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 02/25/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial
@@ -34,4 +34,4 @@ quiz:
3434
explanation: "Incorrect. Null isn't the same as the value zero."
3535
- content: "A value that indicates a variable points to nothing in memory."
3636
isCorrect: true
37-
explanation: "Correct. Null isn't the same as an empty string or the value zero."
37+
explanation: "Correct. Null isn't the same as an empty string or the value zero."

0 commit comments

Comments
 (0)