Skip to content

Commit 8c58001

Browse files
committed
add: refactoring.md
1 parent 6462115 commit 8c58001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-11-26-refactoring-js.md renamed to _posts/2023-11-26-refactoring-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: From Clunky to Clean - Refactoring a JavaScript Image Toggle
33
date: 2023-11-26 01:30:11 +0800
44
categories: [front-end,js]
5-
tag: [refactoring,js]
5+
tags: [refactoring,js]
66
---
77

88
A simple image toggle can teach us key JS optimization principles. Let's break down the refactoring process.

0 commit comments

Comments
 (0)