prettier/tests/quotes/functions.js

6 lines
80 B
JavaScript

const a = () => "Foo bar";
function b(object, key) {
return object['key'];
}