Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bhaveshdaswani93/bd08d5fbbeea0b8dbfb2669af0d9e455 to your computer and use it in GitHub Desktop.

Select an option

Save bhaveshdaswani93/bd08d5fbbeea0b8dbfb2669af0d9e455 to your computer and use it in GitHub Desktop.
Prompts for asking to use existing library or language built-in function
Example
I want to split the cookies in javascript, can you write an function for that?
updated prompt for using built in javascript method or existing library, then try for custom logic function
I want to split the cookies in javascript, can you use built in method or use existing library or write an function for that?
Priority if built method in javascript language is there use that
Then try for existing library
Then try to create create custom logic function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment