Skip to content

Instantly share code, notes, and snippets.

@aliokan
aliokan / prettify.js
Created January 27, 2023 08:25 — forked from omesser/prettify.js
prettify.js
/*
Make the function more readable and maintainable
Please do not comment on this public gist (comments will be removed)
Please do not fork on this public gist - if you got here from
an application form, please reply privately on the form.
This is used as part of a hiring pipeline, I ask you to respect that.
*/
function doStuff(text) {
const lowerCased = text.toLocaleLowerCase();