Test
Math test
When
Maxwell's equations:
| equation | description |
|---|---|
| divergence of | |
| curl of | |
| wha? |
VUE Component Test
js
// This is a comment
function greet(name) {
if (name === "Alice") {
return "Hello, Alice!";
} else {
return "Hello, stranger!";
}
}
const count = 42;