Paul Thomas - @motionimaging
Lead Developer at Immersive Labs - we're hiring!
a) if ( this ) { foo('bar'); }
b) if(this){
foo("bar");
}
a) const options = { width, height, title } = this.props;
b) const options = {
width,
height,
title,
description,
} = this.props;
console.log()
Paul Thomas - @motionimaging
Lead Developer at Immersive Labs - we're hiring!
https://slides.com/paulthomas-1/what-is-prettier-why-you-need-it