I may be using modified ones
ctrl + /
-> Inline Comment
ctrl + shift + /
-> Block Comment
ctrl + ]
-> Move current selection towards left
ctrl + [
-> Move current selection towards right
npx create-react-app myapp
// Import the React and ReactDOM libraries
// Create a react component
// Take the react component and show it on the screen
- setting states in Class based component is done by simply `state = { var1: [], var2: 'value' }`
const autoscroll = () => {
// New message element
const $newMessage = $messages.lastElementChild
// Height of the new message
const newMessageStyles = getComputedStyle($newMessage)
const newMessageMargin = parseInt(newMessageStyles.marginBottom)
const newMessageHeight = $newMessage.offsetHeight + newMessageMargin
High Fidelity:
WireFraming (Low Fidelity):
analytics.google.com
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
from sklearn import datasets
iris = datasets.load_iris()
X = iris.data
y = iris.target