We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9715f59 commit f00e2a7Copy full SHA for f00e2a7
src/wwwroot/code/linq02.sc
@@ -1,4 +1,4 @@
1
`Sold out products:`
2
-#each products where UnitsInStock = 0
+#each products where UnitsInStock == 0
3
`${ProductName} is sold out!`
4
/each
src/wwwroot/code/linq02.ss
Sold out products:
-{{#each products where UnitsInStock = 0}}
+{{#each products where UnitsInStock == 0}}
{{ ProductName }} is sold out!
{{/each}}
0 commit comments