<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Leo&apos;s dev blog – stories, insights, and ideas — #function</title><description>Leo&apos;s dev blog – stories, insights, and ideas function tagged content</description><link>https://www.leohuynh.dev</link><language>en-us</language><item><title>How (and why) to parse a function from a string in JavaScript/TypeScript</title><link>https://www.leohuynh.dev/gists/parse-function-from-string</link><guid isPermaLink="true">https://www.leohuynh.dev/gists/parse-function-from-string</guid><description>Safely send JavaScript functions from your server to your client by serializing them as strings, then parsing them back into callable functions on the client side.</description><pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate><category>typescript</category><category>parsing</category><category>function</category><category>deserialization</category></item><item><title>When to use Function Declaration vs Function Expression in JavaScript?</title><link>https://www.leohuynh.dev/log/function-declaration-vs-function-expression-in-js</link><guid isPermaLink="true">https://www.leohuynh.dev/log/function-declaration-vs-function-expression-in-js</guid><description>Learn about the differences between Function Declaration and Function Expression in JavaScript, including their definitions, hoisting behavior, and when to use each method.</description><pubDate>Thu, 17 Sep 2020 00:00:00 GMT</pubDate><category>javascript</category><category>function</category><category>function-declaration</category><category>function-expression</category><category>anonymous-function</category><category>arrow-function</category><category>es5</category><category>es6</category></item></channel></rss>