icezz
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
icezz created a post, Single expressions function declaration use of Join Lines wrong without braces
eg: function foo (v) { return v * 2} Now select the function and press Ctrl+Shift+J or Ctrl+Shift+A to execute Join Lines The code will change to: function foo (v) return v * 2 However, JavaScri... -
-
icezz created a post, AnsweredExport Diagram to Mermaid parse error
MySQL DDL: ```sql create table users(id int(10));create table posts(user_id int(10)) ``` Select Schema or Table Right-Click ,select `Diagrams` -> `Show Diagram...` If there is a relationship in t...