Tags housekeeping
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: JSONToFile
|
||||
tags: node,json,intermediate
|
||||
tags: node,intermediate
|
||||
---
|
||||
|
||||
Writes a JSON object to a file.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: injectCSS
|
||||
tags: browser,intermediate
|
||||
tags: browser,css,intermediate
|
||||
---
|
||||
|
||||
Injects the given css code into the current document
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: isPrime
|
||||
tags: math,beginner,intermediate
|
||||
tags: math,beginner
|
||||
---
|
||||
|
||||
Checks if the provided integer is a prime number.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: isValidJSON
|
||||
tags: type,json,intermediate
|
||||
tags: type,intermediate
|
||||
---
|
||||
|
||||
Checks if the provided string is a valid JSON.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: runAsync
|
||||
tags: browser,function,advanced,promise,url
|
||||
tags: browser,function,promise,url,advanced
|
||||
---
|
||||
|
||||
Runs a function in a separate thread by using a [Web Worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers), allowing long running functions to not block the UI.
|
||||
|
||||
Reference in New Issue
Block a user