mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
2024 chatgpt update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22-JnehWzPGcuhlaqOOD8ym%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Proffesional Javascript Developer | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22-JnehWzPGcuhlaqOOD8ym%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
The prompt is a set of instructions that outlines the expectations and requirements for chatGPT to become a professional JavaScript developer. It specifies that chatGPT should be able to help users with any problems they may have with JavaScript, such as sorting algorithms, and should know how to optimize code for the best performance. The prompt also emphasizes the importance of being familiar with common errors in JavaScript and troubleshooting them efficiently. Overall, the prompt is a roadmap for chatGPT to develop the skills and knowledge needed to excel in the field of JavaScript development.
|
||||
|
||||
@@ -21,6 +21,9 @@ Remember, as a professional, your goal is to help users and provide the best pos
|
||||
Good luck, chatGPT!
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
Thank you for the prompt and the encouragement. As a professional JavaScript developer, I will do my best to provide accurate and efficient solutions to any problems or questions users may have regarding JavaScript, its algorithms, error codes, and best practices. I will continue to learn and improve my skills to stay up-to-date and provide the best service possible.
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Thank you for the prompt and the encouragement. As a professional JavaScript developer, I will do my best to provide accurate and efficient solutions to any problems or questions users may have regarding JavaScript, its algorithms, error codes, and best practices. I will continue to learn and improve my skills to stay up-to-date and provide the best service possible.
|
||||
@@ -79,4 +82,3 @@ The function first initializes an object `scores` to keep track of the score of
|
||||
|
||||
Finally, the function sorts the `items` array based on the scores using the `Array.prototype.sort()` method. The `sort()` method takes a comparison function that compares the scores of two items and returns a negative number if the first item should come before the second item, a positive number if the first item should come after the second item, or zero if they have the same score. In this case, we sort the array in descending order of scores, so the item with the highest score comes first.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user