Skip to content

Commit

Permalink
New translations assemblyscript-migration-guide.mdx (German)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Jul 26, 2023
1 parent c86109e commit df56d63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ let something: string | null = 'data'

let somethingOrElse = something ? something : 'else'

// or
// oder

let somethingOrElse

Expand Down

0 comments on commit df56d63

Please sign in to comment.