Skip to content

Commit

Permalink
fix base64 example
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Jan 16, 2025
1 parent a3ac054 commit 31e2e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/base64/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function greet() {
function greet() {
const base64String = "SGVsbG8g8J+MjSBXb3JsZCHwn4yN";

console.log('decoding string:', base64String);
Expand Down

0 comments on commit 31e2e6a

Please sign in to comment.