Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Remember that you can use "find and replace" in most IDEs
- // to fix incorrect syntax for the language that you're using.
- // For example if your language requires arrays to be defined
- // with curly brackets, instead of replacing them one by one,
- // you can just replace "[" -> "{" and "]" -> "}". In VSCode
- // the shortcut is Ctrl + H. Remember that you can also swap
- // one symbol with multiple. For example replacing "[" with
- // "new Array {". I hope this helps, good luck!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement