Recently, ChatGPT announced new updates regarding data use and storage. To summarize, they are mainly the following two:Turning off Chat HistoryDeciding whether to use the content used in the chat for model trainingThus, new updates on these new ways of managing data in ChatGPT have been applied. This is very welcome n...
Let's learn about Optional chaining, which was introduced in ES 2020, one of the ECMAScript standards that has become the standard for JavaScript.# ES2020 Optional Chanaing operatorAmong the various features added after ES6, Optional chaining is considered to be a very useful and highly preferred one. As the name sugge...
Let's take a look at one of the methods in lodash, fromPairs().# The lodash method fromPairs()As the name suggests, fromPairs() is a method that creates an object from a pair of values that form a single pair, much like the literal meaning of the word "pair." This means that there must be two values, key and value, tha...
Recently, ChatGPT, which has been at the center of attention, has announced its new Plus service. Let's take a brief look at it!# ChatGPT Plus Subscription PlanThe Plus service is a paid service of ChatGPT that provides better and differentiated services for $20 per month.ChatGPT recently launched its paid service.As C...