Skip to content

Commit 9321a4f

Browse files
authored
Merge pull request #47848 from wwlpublish/936dcc0006e4213653f2afa36d621c892591a2d04923642714968b4bf296db2b-live
Modules/M03-perform-operations-arrays-using-helper-methods-c-sharp
2 parents d55a851 + 27690e8 commit 9321a4f

18 files changed

+47
-43
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 to the module."
7-
ms.date: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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 of the module."
7-
ms.date: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: "Discover how to use Sort() and Reverse() to manipulate an array."
7-
ms.date: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: "Explore using Clear() and Resize() to remove the contents of specific elements in an array, and to add or remove elements from an array."
7-
ms.date: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: "Explore using Split() and Join() to split or combine elements in an array."
7-
ms.date: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: "Use the array manipulations you've learned to help you write code that will reverse the words in a sentence."
7-
ms.date: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: "Use the array manipulations you've learned to help you write code that will parse a string of orders, sort the orders, and tag possible errors."
7-
ms.date: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Check what you learned in this module."
7-
ms.date: 10/08/2024
7+
ms.date: 11/08/2024
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

0 commit comments

Comments
 (0)