МТ
Size: a a a
МТ
МТ
МТ
МТ
DK
AI
// Код подсвечивающий выделенный текст
let anotherVar = variableName.invert()
vs let anotherVar = highlight(variableName);или
function highlight(color) {
return color.invert()
}
const highlight = color => color.invert()
МТ
DK
// Код подсвечивающий выделенный текст
let anotherVar = variableName.invert()
vs let anotherVar = highlight(variableName);или
function highlight(color) {
return color.invert()
}
const highlight = color => color.invert()
МТ
DK
AS
let blackColor = whiteColor.invert()
МТ
let blackColor = whiteColor.invert()
МТ
МТ
МТ
A
AB
A